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