1. 7add5d0 Bump pylint to 2.11.0, update changelog by Pierre Sassoulas · 2 years, 9 months ago
  2. 0d246e5 Add typing to ``filepath`` (#4980) by Daniël van Noord · 2 years, 9 months ago
  3. dc0c7e9 Add typing in ``pylint.reporters`` (#5004) by Pierre Sassoulas · 2 years, 9 months ago
  4. 14f4db5 Move methods to `BaseLayout` (#5015) by Daniël van Noord · 2 years, 9 months ago
  5. d4e61b9 Move PyreverseConfig to pylint.testutil (#5013) by Pierre Sassoulas · 2 years, 9 months ago
  6. 22e56c0 Add typing to all calls to ``self.stats`` (#4973) by Daniël van Noord · 2 years, 9 months ago
  7. cb89612 Remove most `typing.cast()` calls (#4995) by Daniël van Noord · 2 years, 9 months ago
  8. a3f3405 Fix PyreverseConfig imports in pyreverse's tests by Pierre Sassoulas · 2 years, 9 months ago
  9. 0687d5c Change lines to lists (#5009) by Daniël van Noord · 2 years, 9 months ago
  10. 5b99e12 Update CONTRIBUTORS.txt by Dimitri Prybysh · 2 years, 9 months ago
  11. ca6c355 Add functional test demonstrating #4370 by Dimitri Prybysh · 2 years, 9 months ago
  12. 8d3ced4 Fix deprecation warning for AssignAttr in tests (#5006) by Pierre Sassoulas · 2 years, 9 months ago
  13. 272596b Fix false positive ``unused-private-member`` for accessing attributes in a class using ``cls`` (#4965) by yushao2 · 2 years, 9 months ago
  14. af407c7 Make consider-iterating-dictionary consider membership check (#4997) by Daniël van Noord · 2 years, 9 months ago
  15. de9af75 Pylint reporter cleanup (#5003) by Pierre Sassoulas · 2 years, 9 months ago
  16. bc95cd3 Add tests for dataclasses (#4967) by Daniël van Noord · 2 years, 9 months ago
  17. ca455ce Upgrade astroid to 2.8.0 by Pierre Sassoulas · 2 years, 9 months ago
  18. bbaa7bc Fix false negative for use-symbolic-message by Pierre Sassoulas · 2 years, 9 months ago
  19. cb7bba4 [pre-commit.ci] pre-commit autoupdate (#4998) by pre-commit-ci[bot] · 2 years, 9 months ago
  20. 9ec8cb9 Fix bad node given to a message and false positive invalide format for ``__all__`` (#4953) by Pierre Sassoulas · 2 years, 9 months ago
  21. a4ee38e Bump sphinx from 4.1.2 to 4.2.0 by dependabot[bot] · 2 years, 9 months ago
  22. c17457f Add typing to most reference of ``stream`` by Daniël van Noord · 2 years, 9 months ago
  23. e726eb4 Type ``process_module`` and update argument names by Daniël van Noord · 2 years, 9 months ago
  24. ebae36e Documentation for ``pyreverse`` and ``symilar`` (#4992) by Andreas Finkler · 2 years, 9 months ago
  25. dcd4887 Make ``global-variable-not-assigned`` check local scope (#4990) by Daniël van Noord · 2 years, 9 months ago
  26. 7390b6f Fix no-self-use and docparams extension for async functions/methods (#4986) by SupImDos · 2 years, 9 months ago
  27. e777697 Fix bug with cache's parent directory not existing (#4988) by Daniël van Noord · 2 years, 9 months ago
  28. 1e85bb7 Use overload to type get_global_option (#4978) by Daniël van Noord · 2 years, 9 months ago
  29. 9683362 fix false positive W0238 with private staticmethod used from classmethod (#4949) by Kayran Schmidt · 2 years, 9 months ago
  30. cf33d82 Make ``min-similarity-lines == 0`` stop similarity check (#4970) by Daniël van Noord · 2 years, 9 months ago
  31. fab2de2 Merge pull request #4979 from jacobtylerwalls/useless-suppression-typo by Andreas Finkler · 2 years, 9 months ago
  32. b6672fe Fix typos in useless-suppression topic by Jacob Walls · 2 years, 9 months ago
  33. 97f7933 Add additional test case - consider-using-assignment-expr (#4975) by Marc Mueller · 2 years, 9 months ago
  34. 130dd1b Update pre-commit requirement from ~=2.14 to ~=2.15 (#4974) by dependabot[bot] · 2 years, 9 months ago
  35. 40cc2ff Merge pull request #4971 from cdce8p/feat_consider-using-in by Andreas Finkler · 2 years, 9 months ago
  36. 092c0dc Extend consider-using-in for attribute access by Marc Mueller · 2 years, 9 months ago
  37. 005b7d2 Remove test dependency mypy-extensions (#4969) by Marc Mueller · 2 years, 9 months ago
  38. 2500086 Add typing with `PyAnnotate` to `./tests` (#4950) by Daniël van Noord · 2 years, 9 months ago
  39. 6c81831 Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957) by Daniël van Noord · 2 years, 10 months ago
  40. baaa81a Refactor various typing related issues (#4940) by Daniël van Noord · 2 years, 10 months ago
  41. 0981d8b Add test to ``superfluous-parens`` by Daniël van Noord · 2 years, 10 months ago
  42. e49c3b1 Remove unused ``visit_package`` function by Daniël van Noord · 2 years, 10 months ago
  43. 3f122e0 Fix false positive ``superfluous-parens`` for tuples by Daniël van Noord · 2 years, 10 months ago
  44. d57931b Fix the raising-bad-type warning for string by Pierre Sassoulas · 2 years, 10 months ago
  45. 832db06 Extend ``unspecified-encoding`` checker by Daniël van Noord · 2 years, 10 months ago
  46. 5f96098 Remove the python3 porting mode from the codebase by Pierre Sassoulas · 2 years, 10 months ago
  47. ca9eddc Remove dead visit_exec method (#4943) by Marc Mueller · 2 years, 10 months ago
  48. 6cd8193 Fix false positive `dict-iter-missing-items` for tuple keys (#4939) by Daniël van Noord · 2 years, 10 months ago
  49. e1da3c0 Fix false positive ``protected-access`` in typing (#4937) by Daniël van Noord · 2 years, 10 months ago
  50. 8b778cd Fix false positive for `function-redefined` for simple type annotations by Daniël van Noord · 2 years, 10 months ago
  51. ed8e6bb Add a redirect from http to https in read the doc configuration by Pierre Sassoulas · 2 years, 10 months ago
  52. 6b21854 Change http links to https in setup.py by Pierre Sassoulas · 2 years, 10 months ago
  53. 9be3c05 Fix faq.rst:138:undefined label: message-control by Pierre Sassoulas · 2 years, 10 months ago
  54. 3e9a922 Fail on warning for read the doc by Pierre Sassoulas · 2 years, 10 months ago
  55. d06728f [pre-commit.ci] pre-commit autoupdate (#4934) by pre-commit-ci[bot] · 2 years, 10 months ago
  56. c64b9d1 Emit a correct invalid-name message when using multi-naming style. (#4924) by Yilei "Dolee" Yang · 2 years, 10 months ago
  57. c81a7f1 Add regression tests for PyCQA/astroid#1151 by David Liu · 2 years, 10 months ago
  58. cc35589 Add regression test for false positive on collections.abc by Pierre Sassoulas · 2 years, 10 months ago
  59. ed73dd1 Fix a typo in a LenChecker docstring by Pierre Sassoulas · 2 years, 10 months ago
  60. 9515c33 Upgrade astroid to 2.7.3 by Pierre Sassoulas · 2 years, 10 months ago
  61. 15b5b56 Add a regression tests for dataclasses with fields by Pierre Sassoulas · 2 years, 10 months ago
  62. 7cdd8f3 Add `use-set-for-membership` check (#4841) by Marc Mueller · 2 years, 10 months ago
  63. ca2d22f Bump python-docs-theme from 2021.5 to 2021.8 (#4931) by dependabot[bot] · 2 years, 10 months ago
  64. 8c4f60f Bump black from 21.7b0 to 21.8b0 (#4930) by dependabot[bot] · 2 years, 10 months ago
  65. a754d8d Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876) by Marc Mueller · 2 years, 10 months ago
  66. b959ce5 Fix typo in assigment_from_no_return functional tests by Pierre Sassoulas · 2 years, 10 months ago
  67. b33d76c Remove async test for python 3.5 or lesser by Pierre Sassoulas · 2 years, 10 months ago
  68. a70a199 Remove functional test configuration for python version <=3.6.0 by Pierre Sassoulas · 2 years, 10 months ago
  69. 46a9697 Merge abstract_class_instantiated in the same file by Pierre Sassoulas · 2 years, 10 months ago
  70. 7d440dd Implement basic control flow checks for ``consider-using-with`` (#4929) by Andreas Finkler · 2 years, 10 months ago
  71. 5093750 Specifies that the pip freeze command should be run and its output pa… (#4928) by hippo91 · 2 years, 10 months ago
  72. 66ffcbc Add ``Consider-using-f-string`` checker (#4796) by Daniël van Noord · 2 years, 10 months ago
  73. 1a19421 Upgrade ignored-parents help description (#4926) by Melvin · 2 years, 10 months ago
  74. eeb4156 Added myself to CONTRIBUTORS.txt by Philipp A · 2 years, 10 months ago
  75. 9277490 Rename URLs by Philipp A · 2 years, 10 months ago
  76. 2348835 Update FUNDING.yml by Pierre Sassoulas · 2 years, 10 months ago
  77. e60a120 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 2 years, 10 months ago
  78. b6923bd Move back to a dev version following 2.10.2 release by Pierre Sassoulas · 2 years, 10 months ago
  79. 591a23a Bump pylint to 2.10.2, update changelog by Pierre Sassoulas · 2 years, 10 months ago
  80. d9dc89c Fix a crash from astroid.InferenceError raised on copy.copy by Pierre Sassoulas · 2 years, 10 months ago
  81. 5150d89 Updated mypy checks (#4889) by Marc Mueller · 2 years, 10 months ago
  82. a3daf44 Require platformdirs 2.2.0 (#4890) by Marc Mueller · 2 years, 10 months ago
  83. ad97338 Migrate from ``appdirs`` to ``platformdirs`` (#4887) by Pierre Sassoulas · 2 years, 10 months ago
  84. ba00fb2 Bump pylint to 2.10.2-dev0, update changelog by Ashley Whetter · 2 years, 10 months ago
  85. bf33282 Bump pylint to 2.10.1, update changelog by Ashley Whetter · 2 years, 10 months ago
  86. d701a97 pylint does not crash when PYLINT_HOME does not exist (#4884) by Ashley Whetter · 2 years, 10 months ago
  87. bbc4f66 Move back to a dev version following 2.10.0 release by Pierre Sassoulas · 2 years, 10 months ago
  88. ea448b8 Bump pylint to 2.10.0, update changelog by Pierre Sassoulas · 2 years, 10 months ago
  89. 303654c Prevent crash in CI environnement if we can't write in pylint's cache by Pierre Sassoulas · 2 years, 10 months ago
  90. 72a202a Upgrade astroid to 2.7.2 by Pierre Sassoulas · 2 years, 10 months ago
  91. 56fdadb [PYLINT-HOME change] Less spam when using pylint in parallel by Pierre Sassoulas · 2 years, 10 months ago
  92. a3464cb Add a test for false positive no-member in subclassed dataclasses by Pierre Sassoulas · 2 years, 10 months ago
  93. 7a9bfc4 Add consider-ternary-expression extension by Nick Drozd · 2 years, 10 months ago
  94. 071ce3c Change some if/assign blocks to if-expressions by Nick Drozd · 2 years, 10 months ago
  95. 2d05a4e Add typecheck tests for dataclass attributes by David Liu · 2 years, 10 months ago
  96. 077a034 Update test requirements to astroid 2.7.1 by David Liu · 2 years, 10 months ago
  97. 91019f7 Improve invalid-metaclass error message for Instances by David Liu · 2 years, 10 months ago
  98. 441ec27 Revert cache size increase by Marc Mueller · 2 years, 10 months ago
  99. df556a1 Increase cache size by Marc Mueller · 2 years, 10 months ago
  100. 077b6cd Add InferenceContext argument by Marc Mueller · 2 years, 10 months ago