1. 1c496e9 Add a new ``declare-non-slot`` error code (#9564) by Adam Tuft · 3 hours ago main
  2. afd5edf [multiple-statements] Make pylint compatible with black's 2024 style (#9697) by Pierre Sassoulas · 14 hours ago
  3. 9e92c7b [pypy] Add a regression test for 'import array' false positive (#7107) by Pierre Sassoulas · 16 hours ago
  4. 57ae027 Fix a false positive for ``redefined-outer-name`` (#9678) by Mark Byrne · 2 days ago
  5. 98307a6 Fixes#9675 too-many-ancestors /R0901 by Roshan Shetty · 2 days ago
  6. ba33325 Update pytest requirement from ~=7.4 to ~=8.2 (#9576) by dependabot[bot] · 2 days ago
  7. a94105e [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 3 days ago
  8. 86e1943 [logging-too-many-args] Change confidence to HIGH by Pierre Sassoulas · 3 days ago
  9. e938c17 [logging-too-many-args] Add a regression test for float formatting by Pierre Sassoulas · 8 months ago
  10. 4203d87 Fix a false negative for ``duplicate-argument-name`` (#9670) by Mark Byrne · 3 days ago
  11. d60ba59 Bump ``pre-commit`` and fix ``known-standard-library`` by Daniël van Noord · 3 days ago
  12. 6888fde Update typing-extensions requirement from ~=4.11 to ~=4.12 (#9676) by dependabot[bot] · 10 days ago
  13. d3b1ef1 Bump actions/checkout from 4.1.5 to 4.1.6 by dependabot[bot] · 2 weeks ago
  14. c88678d Fix changelog (#9660) by Jacob Walls · 2 weeks ago
  15. 6154524 [skip ci] Fix changelog by Jacob Walls · 2 weeks ago
  16. 23c6d37 Rewrote stripped_lines() to fix possibly-used-before-assignment by aatle · 3 weeks ago
  17. ccb92f2 Fixed possibly-used-before-assignment by replacing flag variable by aatle · 3 weeks ago
  18. f272ae8 Enable possibly-used-before-assignment by aatle · 3 weeks ago
  19. 2139a23 Post 3.2.2 (#9659) by Marc Mueller · 2 weeks ago
  20. 56f6725 Merge branch 'maintenance/3.2.x' into post-3.2.2 by Marc Mueller · 2 weeks ago
  21. 769ffd2 Bump pylint to 3.2.2, update changelog (#9658) by Marc Mueller · 2 weeks ago v3.2.2
  22. 98c5af9 Fix false-positive with contextmanager missing cleanup (#9654) (#9657) by github-actions[bot] · 2 weeks ago
  23. 5a01bc1 Fix false-positive with contextmanager missing cleanup (#9654) by Marc Mueller · 2 weeks ago
  24. 9a9db8f Update astroid to 3.2.2 (#9655) (#9656) by github-actions[bot] · 2 weeks ago
  25. adf0535 Also check Lambda for await-outside-async (#9653) by Tianyu Chen · 2 weeks ago
  26. 032ab32 Update astroid to 3.2.2 (#9655) by Marc Mueller · 2 weeks ago
  27. 3bf22d8 [doc pre-commit integration] Details about known caveats of using multiple processes by Pierre Sassoulas · 3 months ago
  28. cd70568 [release doc] The issue that need to be selected as backported are the closed one by Pierre Sassoulas · 3 months ago
  29. 978981d Post 3.2.1 (#9651) by Jacob Walls · 3 weeks ago
  30. a62dcb2 Merge branch 'maintenance/3.2.x' into post-3.2.1 by Jacob Walls · 3 weeks ago
  31. 9223172 Bump pylint to 3.2.1, update changelog by Jacob Walls · 3 weeks ago v3.2.1
  32. 926547b [trailing-comma-tuple] Fix enabling with message control locally when disabled for the file (#9609) (#9649) by github-actions[bot] · 3 weeks ago
  33. 1498675 Fix linterstats.get_module_message_count() (#9146) (#9648) by github-actions[bot] · 3 weeks ago
  34. 96fad05 [trailing-comma-tuple] Fix enabling with message control locally when disabled for the file (#9609) by Pierre Sassoulas · 3 weeks ago
  35. d7526e3 Fix linterstats.get_module_message_count() (#9146) by zasca · 3 weeks ago
  36. aed496a Fix FP for `possibly-used-before-assignment` with `assert_never()` (#9645) (#9647) by github-actions[bot] · 3 weeks ago
  37. 9dae975 [Backport maintenance/3.2.x] Add `--prefer-stubs=y` option (#9646) by Pierre Sassoulas · 3 weeks ago
  38. 117be95 Fix FP for `possibly-used-before-assignment` with `assert_never()` (#9645) by Jacob Walls · 3 weeks ago
  39. a03ceae Add `--prefer-stubs=y` option (#9632) by Jacob Walls · 3 weeks ago
  40. ce47a62 Add `--prefer-stubs=y` option (#9632) by Jacob Walls · 3 weeks ago
  41. b2ea316 [Backport maintenance/3.2.x] Don't emit incorrect-variance for type parameters (PEP 695) (#9640) by Pierre Sassoulas · 3 weeks ago
  42. cdcc509 Don't emit incorrect-variance for type parameters (PEP 695) (#9638) by Marc Mueller · 3 weeks ago
  43. fbc1ed3 Don't emit incorrect-variance for type parameters (PEP 695) (#9638) by Marc Mueller · 3 weeks ago
  44. ee6b62f Fix a false negative for ``--ignore-patterns`` (#9630) (#9636) by github-actions[bot] · 3 weeks ago
  45. 08359be [possibly-used-before-assignment] Fix FP for `sys.exit()` (#9634) (#9635) by github-actions[bot] · 3 weeks ago
  46. b3aceb0 Fix a false negative for ``--ignore-patterns`` (#9630) by Mark Byrne · 3 weeks ago
  47. c6a9699 [possibly-used-before-assignment] Fix FP for `sys.exit()` (#9634) by Jacob Walls · 3 weeks ago
  48. b738d23 Bump pylint to 3.2.0, update changelog by Pierre Sassoulas · 3 weeks ago v3.2.0
  49. 67e59ac Bump pylint to 3.3.0-dev0, update changelog by Pierre Sassoulas · 3 weeks ago
  50. 040ce17 Upgrade the contributors lists by Pierre Sassoulas · 3 weeks ago
  51. 743a04d [performance] Check that 'trailing-comma-tuple' is enabled only once (#9620) by Pierre Sassoulas · 3 weeks ago
  52. b4a9535 [pre-commit.ci] pre-commit autoupdate (#9621) by Pierre Sassoulas · 3 weeks ago
  53. a4f9b86 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 3 weeks ago
  54. 4f0c7ac Merge maintenance/3.1.x into main following 3.1.1 release (#9618) by Pierre Sassoulas · 3 weeks ago
  55. 0d8ef10 Merge maintenance/3.1.x into main following 3.1.1 release by Jacob Walls · 3 weeks ago
  56. e53fdb6 Bump furo from 2024.4.27 to 2024.5.6 (#9617) by dependabot[bot] · 3 weeks ago
  57. 814bf94 Bump actions/checkout from 4.1.4 to 4.1.5 (#9616) by dependabot[bot] · 3 weeks ago
  58. fd6790b Add ignored modules to Astroid module deny list (#9504) by Jamie Scott · 4 weeks ago
  59. d5ad55d [contextmanager-generator-missing-cleanup] Warn about context manager without try/finally in generator functions (#9133) by Ryan Ozawa · 4 weeks ago
  60. 7521eb1 Bump astroid to 3.2.0 (#9606) by Jacob Walls · 4 weeks ago
  61. 6df4e1d Fix a false positive with ``singledispatchmethod-function`` (#9599) by Mark Byrne · 4 weeks ago
  62. 1198113 [ruff] Add 'flake8-pathlib' disable the messages that need fixing later (#9602) by Pierre Sassoulas · 4 weeks ago
  63. a232517 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 4 weeks ago
  64. 500774a fix pandas-dev main branch name by Thomas Grainger · 4 weeks ago
  65. 7889258 [sphinx] replace deprecated 'master_doc' with 'root_doc' (#9600) by Thomas Grainger · 4 weeks ago
  66. df5533f [ruff] Activate pydocstyle and fix existing issues by Pierre Sassoulas · 5 weeks ago
  67. 5261fcc [style] Remove unrequired parenthesis by Pierre Sassoulas · 5 weeks ago
  68. e394f32 [ruff] Activate flake8-pie and fix existing issues by Pierre Sassoulas · 5 weeks ago
  69. c2ad8d0 [ruff] Activate flake8-pyi and fix existing issues by Pierre Sassoulas · 5 weeks ago
  70. 53ca994 [ruff] Sort enabled message alphabetically by Pierre Sassoulas · 5 weeks ago
  71. 6b530e8 [ruff] Remove top-level linter settings use the 'lint' section by Pierre Sassoulas · 5 weeks ago
  72. b19b94b Avoid search paths for ImportChecker when possible (#9595) by Antonio · 5 weeks ago
  73. c864cd4 Fix a false positive for ``consider-using-dict-items`` (#9594) by Mark Byrne · 5 weeks ago
  74. c032181 Recognize new-style attrs decorators in too-few-public-methods check (#9346) by akirchhoff-modular · 5 weeks ago
  75. 3c8be8e Fix false negative for ``property-with-parameters`` (#9592) by Mark Byrne · 5 weeks ago
  76. a831422 [syntax-error] Detail the reason why pylint can't analyse the file after a syntax error (#9589) by Pierre Sassoulas · 5 weeks ago
  77. 82ef647 Upgrade tools from the pre-commit configuration (#9565) by pre-commit-ci[bot] · 5 weeks ago
  78. 88d21ea Bump actions/download-artifact from 4.1.4 to 4.1.7 (#9581) by dependabot[bot] · 5 weeks ago
  79. faaf3e5 Bump furo from 2024.1.29 to 2024.4.27 (#9577) by dependabot[bot] · 5 weeks ago
  80. 7f749d9 Bump actions/checkout from 4.1.2 to 4.1.4 (#9580) by dependabot[bot] · 5 weeks ago
  81. 595fa62 Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#9579) by dependabot[bot] · 5 weeks ago
  82. 3ce6a72 Update coverage requirement from ~=7.4 to ~=7.5 (#9578) by dependabot[bot] · 5 weeks ago
  83. 9a9ba7a Bump sphinx from 7.2.6 to 7.3.7 (#9563) by dependabot[bot] · 5 weeks ago
  84. 1b4d411 Update pytest-xdist requirement from ~=3.5 to ~=3.6 (#9575) by dependabot[bot] · 5 weeks ago
  85. 5e07f96 Fix various typos (#9582) by Ulrich Eckhardt · 5 weeks ago
  86. 524f256 📝 Fix RST mdash typos @ 3.1 changelog summary by Sviatoslav Sydorenko · 6 weeks ago
  87. bf99c95 📝 Fix release RST fields @ 3.1/3.2 changelogs by Sviatoslav Sydorenko · 6 weeks ago
  88. 67bfab4 Emit `possibly-used-before-assignment` after if/else switches (#8952) by Jacob Walls · 7 weeks ago
  89. 73e82bd [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 7 weeks ago
  90. bb9e079 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 8 weeks ago
  91. fc43fb6 Bump codecov/codecov-action from 3 to 4 by dependabot[bot] · 4 months ago
  92. 75f4c50 Update typing-extensions requirement from ~=4.10 to ~=4.11 by dependabot[bot] · 8 weeks ago
  93. e5e6ca7 checkers.utils.is_sys_guard: understands six.PY2 or six.PY3 by Jérome Perrin · 9 weeks ago
  94. 27b1ae7 Bump actions/setup-python from 5.0.0 to 5.1.0 by dependabot[bot] · 9 weeks ago
  95. 10a093e Update pytest-cov requirement from ~=4.1 to ~=5.0 by dependabot[bot] · 2 months ago
  96. 42c2bf8 Bump actions/cache from 4.0.1 to 4.0.2 by dependabot[bot] · 2 months ago
  97. 178491e Bump actions/checkout from 4.1.1 to 4.1.2 by dependabot[bot] · 3 months ago
  98. fc90f34 Add more useless-return tests by crazybolillo · 3 months ago
  99. f7a196c Remove useless return statement by crazybolillo · 3 months ago
  100. 96b1c47 Fix useless-return false negatives by crazybolillo · 3 months ago