1. 3e374c6 [pre-commit.ci] pre-commit autoupdate (#10819) by pre-commit-ci[bot] · 6 days ago main
  2. 8f64428 Bump actions/cache from 5.0.1 to 5.0.2 (#10818) by dependabot[bot] · 6 days ago
  3. 2b8b7e3 Fix FP for `invalid-name` with `typing.Final` on dataclass fields (#10797) by Jacob Walls · 6 days ago
  4. 0ce30d5 Ignore formatting changes in git blame (#10816) by Jacob Walls · 6 days ago
  5. 99e9ec4 Update black to 26.1.0 (#10815) by Marc Mueller · 7 days ago
  6. 0b67008 pyreverse: add --no-signatures option (#10814) by Benjamin T. Vincent · 8 days ago
  7. 7dee1f8 [pre-commit.ci] pre-commit autoupdate (#10812) by pre-commit-ci[bot] · 13 days ago
  8. 9ff7337 Improve detection of next non-import statement for wrong-import-position pragma scoping (#10590) by Emmanuel Ferdman · 2 weeks ago
  9. 5a49a11 Add regression test for FP on too-many-function-args and dataclasses by Jacob Walls · 2 weeks ago
  10. 2cf5951 Add regression test for FP on unexpected-keyword-arg and dataclasses. by Jacob Walls · 2 weeks ago
  11. 83741dd Bump astroid to 4.0.3 by Jacob Walls · 2 weeks ago
  12. de75d30 Disable unspecified-encoding for py-version above Python 3.15 (#10800) by Mehraz Hossain Rumman · 2 weeks ago
  13. 5c8062b Add support for isort option `--known-first-party ` (#10803) by Alexander Grund · 2 weeks ago
  14. 5a770e3 Fix setting options for import order checker (#10802) by Alexander Grund · 2 weeks ago
  15. 29279d0 Sync astroid version with requirements file again by Julfried · 2 weeks ago
  16. 4f6c241 Fix false positive related to overload decorator + NoReturn (#10795) by Zachary Wilkins-Olson · 3 weeks ago
  17. f5b9d75 [pre-commit.ci] pre-commit autoupdate (#10787) by pre-commit-ci[bot] · 5 weeks ago
  18. 9aa8ba3 Bump furo from 2025.9.25 to 2025.12.19 (#10786) by dependabot[bot] · 5 weeks ago
  19. e4d0cd4 [pre-commit.ci] pre-commit autoupdate (#10783) by pre-commit-ci[bot] · 6 weeks ago
  20. a76ce27 Bump actions/download-artifact from 6.0.0 to 7.0.0 (#10780) by dependabot[bot] · 6 weeks ago
  21. 6c86179 Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#10781) by dependabot[bot] · 6 weeks ago
  22. 434495f Bump actions/cache from 4.3.0 to 5.0.1 (#10782) by dependabot[bot] · 6 weeks ago
  23. c1f158c Fix ``logging-unsupported-format`` when logging statements contain format-like strings but no arguments (#10758) by Alvaro Frias · 6 weeks ago
  24. fe28e82 [pre-commit.ci] pre-commit autoupdate (#10777) by pre-commit-ci[bot] · 7 weeks ago
  25. 8f2946c Bump actions/setup-python from 6.0.0 to 6.1.0 (#10774) by dependabot[bot] · 7 weeks ago
  26. 5cdadad Bump actions/checkout from 6.0.0 to 6.0.1 (#10773) by dependabot[bot] · 7 weeks ago
  27. 566da7c Bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#10776) by dependabot[bot] · 7 weeks ago
  28. d68decc Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 (#10775) by dependabot[bot] · 7 weeks ago
  29. c45fef7 Properly detect 'self.fail()' as a terminating node in 'unittest.TestCase' (#10770) by Zachary Wilkins-Olson · 7 weeks ago
  30. ddbb947 [pre-commit.ci] pre-commit autoupdate (#10765) by pre-commit-ci[bot] · 8 weeks ago
  31. 6b7c5b5 Post 4.0.4 (#10763) by Jacob Walls · 8 weeks ago
  32. 0380883 Merge branch 'maintenance/4.0.x' into post-4.0.4 by Jacob Walls · 8 weeks ago
  33. e16f942 Bump pylint to 4.0.4, update changelog by Jacob Walls · 8 weeks ago v4.0.4
  34. 7588243 [pre-commit.ci] pre-commit autoupdate (#10757) by pre-commit-ci[bot] · 9 weeks ago
  35. ae21f71 Bump actions/checkout from 5.0.0 to 6.0.0 (#10755) by dependabot[bot] · 9 weeks ago
  36. ab07b7e Bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#10756) by dependabot[bot] · 9 weeks ago
  37. 657b386 [Backport maintenance/4.0.x] [invalid-name] Fix FP for exclusive assignment of objects (#10754) by pylint-backport[bot] · 9 weeks ago
  38. d308554 [invalid-name] Fix FP for exclusive assignment of objects (#10746) by Jacob Walls · 9 weeks ago
  39. 03f8a92 [Backport maintenance/4.0.x] fix: avoid false positive when module-level names match class-level names (#10753) by pylint-backport[bot] · 9 weeks ago
  40. e55e830 fix: avoid false positive when module-level names match class-level names (#10723) by Joao Faria · 9 weeks ago
  41. db22e2f [pre-commit.ci] pre-commit autoupdate (#10750) by pre-commit-ci[bot] · 10 weeks ago
  42. 6f7f8db [primer] Add back home-assistant (#10747) by Jacob Walls · 2 months ago
  43. 9052857 Merge maintenance into main following 4.0.3 release (#10742) by Pierre Sassoulas · 2 months ago
  44. 1c6af35 Merge branch 'maintenance/4.0.x' into merge-maintenance-into-main by Pierre Sassoulas · 2 months ago
  45. 84b6552 Bump pylint to 4.0.3, update changelog (#10741) by Pierre Sassoulas · 2 months ago v4.0.3
  46. 77b0cd8 [Backport maintenance/4.0.x] fix(expand_modules): pass ignore_list to modutils.get_module_files (#10740) by pylint-backport[bot] · 2 months ago
  47. cd2839d fix(expand_modules): pass ignore_list to modutils.get_module_files (#10720) by shifqu · 2 months ago
  48. eade69e [pre-commit.ci] pre-commit autoupdate (#10738) by pre-commit-ci[bot] · 3 months ago
  49. 47a4e94 docs: properly escape backslashes (#10736) by RetroEdit · 3 months ago
  50. 7f7f7b8 [primer] Update default branch for coverage (#10732) by Jacob Walls · 3 months ago
  51. 755f2d0 [Backport maintenance/4.0.x] Upgrade astroid to 4.0.2 (#10733) by pylint-backport[bot] · 3 months ago
  52. fe6afe1 Update pytest requirement from ~=8.4 to >=8.4,<10.0 (#10735) by dependabot[bot] · 3 months ago
  53. 361a2b8 Upgrade astroid to 4.0.2 (#10730) by Pierre Sassoulas · 3 months ago
  54. c96a9e4 [Backport maintenance/4.0.x] Fix crash when a variable annotation is used as `if` test expression (#10729) by pylint-backport[bot] · 3 months ago
  55. 108191e [Backport maintenance/4.0.x] Fix a false positive for class attribute typed with Final (#10727) by pylint-backport[bot] · 3 months ago
  56. 926529b Fix crash when a variable annotation is used as `if` test expression (#10714) by Zen Lee · 3 months ago
  57. 0ed8172 [Backport maintenance/4.0.x] Fix crash when a `slice` object is called (#10728) by pylint-backport[bot] · 3 months ago
  58. b128b7d [Backport maintenance/4.0.x] Fix a false positive for ``unbalanced-tuple-unpacking``. (#10726) by pylint-backport[bot] · 3 months ago
  59. 0a2cb33 Fix crash when a `slice` object is called (#10715) by Zen Lee · 3 months ago
  60. 1a26dea [Backport maintenance/4.0.x] Add Enum dunder to the list of allowed dunder (#10725) by pylint-backport[bot] · 3 months ago
  61. 133681e Fix a false positive for class attribute typed with Final (#10712) by Pierre Sassoulas · 3 months ago
  62. 1496340 Fix a false positive for ``unbalanced-tuple-unpacking``. (#10724) by Mark Byrne · 3 months ago
  63. 0426f8b Add Enum dunder to the list of allowed dunder (#10722) by Trinh Quoc Anh · 3 months ago
  64. 4f0716a [pre-commit.ci] pre-commit autoupdate (#10718) by pre-commit-ci[bot] · 3 months ago
  65. fc920b6 [Backport maintenance/4.0.x] Fix false positive for `f-string-without-interpolation` with template strings when using format spec (#10717) by pylint-backport[bot] · 3 months ago
  66. d2589f1 Fix false positive for `f-string-without-interpolation` with template strings when using format spec (#10716) by Zen Lee · 3 months ago
  67. f8f6ccd [primer] Add ansible (#10685) by Jacob Walls · 3 months ago
  68. ddc8d4b [pre-commit.ci] pre-commit autoupdate (#10709) by pre-commit-ci[bot] · 3 months ago
  69. 7d68094 Bump actions/download-artifact from 5.0.0 to 6.0.0 (#10706) by dependabot[bot] · 3 months ago
  70. ef6dd70 Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 (#10704) by dependabot[bot] · 3 months ago
  71. 652d066 Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#10705) by dependabot[bot] · 3 months ago
  72. aeffe52 [Backport maintenance/4.0.x] Fix FP for `invalid-name` with `typing.Annotated` (#10701) by pylint-backport[bot] · 3 months ago
  73. bb9df16 Fix FP for `invalid-name` with `typing.Annotated` (#10699) by Jacob Walls · 3 months ago
  74. 25000a2 [pre-commit.ci] pre-commit autoupdate (#10692) by pre-commit-ci[bot] · 3 months ago
  75. 4e8d3ca Post 4.0.2 (#10690) by Jacob Walls · 3 months ago
  76. b86e816 Merge branch 'maintenance/4.0.x' into post-4.0.2 by Jacob Walls · 3 months ago
  77. 0eb92d2 Bump pylint to 4.0.2, update changelog by Jacob Walls · 3 months ago v4.0.2
  78. 9e64bc9 docs(pyreverse): Add guide for UML diagram arrows (#10682) by Adarsh Kumar · 3 months ago
  79. caf95d5 [Backport maintenance/4.0.x] Fix FP for `invalid-name` for partially uninferable module-level name (#10687) by pylint-backport[bot] · 3 months ago
  80. 7ecfd9f Fix FP for `invalid-name` for partially uninferable module-level name (#10678) by Jacob Walls · 3 months ago
  81. 4d52769 [Backport maintenance/4.0.x] Ignore unraisable exceptions on stdlib primer (#10686) by pylint-backport[bot] · 3 months ago
  82. e18b6f5 Ignore unraisable exceptions on stdlib primer (#10683) by Jacob Walls · 3 months ago
  83. 92a13df [Backport maintenance/4.0.x] Fix FP for `invalid-name` on module-level constant with multiple branches (#10684) by pylint-backport[bot] · 3 months ago
  84. 6678c90 Fix FP for `invalid-name` on module-level constant with multiple branches (#10677) by Jacob Walls · 3 months ago
  85. 042717c Add regression test for false positive on Optional List (#10676) by Zen Lee · 3 months ago
  86. 4c913c0 [Backport maintenance/4.0.x] Fix FP for invalid-name for TypedDicts (#10674) by pylint-backport[bot] · 3 months ago
  87. 4eabe26 Fix FP for invalid-name for TypedDicts (#10673) by Jacob Walls · 3 months ago
  88. ffb3320 Merge branch 'maintenance/4.0.x' into main following 4.0.1 release (#10668) by Pierre Sassoulas · 3 months ago
  89. 81e070f Merge branch 'maintenance/4.0.x' into main following 4.0.1 release by Pierre Sassoulas · 3 months ago
  90. 9a30350 Bump pylint to 4.0.1, update changelog (#10667) by Pierre Sassoulas · 3 months ago v4.0.1
  91. 0ad9d26 [Backport maintenance/4.0.x] Check enums created with functional syntax against class name regex (#10663) by pylint-backport[bot] · 3 months ago
  92. 1cc3be2 Check enums created with functional syntax against class name regex (#10661) by Jacob Walls · 3 months ago
  93. 778b4da [pre-commit.ci] pre-commit autoupdate (#10659) by pre-commit-ci[bot] · 3 months ago
  94. 0cc8ffa Bump github/codeql-action from 3 to 4 (#10656) by dependabot[bot] · 3 months ago
  95. 60a01e4 [Backport maintenance/4.0.x] Improve conditionals (#10655) by pylint-backport[bot] · 3 months ago
  96. 91d3e26 Improve conditionals (#10654) by Marc Mueller · 3 months ago
  97. e60b80e [Backport maintenance/4.0.x] Fix `unused-variable` false positive with `__all__` or `__future__.annotations` (#10653) by pylint-backport[bot] · 3 months ago
  98. bbbdb9d Fix `unused-variable` false positive with `__all__` or `__future__.annotations` (#10643) by Mark Byrne · 3 months ago
  99. abcf2ed [Backport maintenance/4.0.x] Fix false-positive for bare-name-capture-pattern (#10651) by pylint-backport[bot] · 3 months ago
  100. b970208 Fix false-positive for bare-name-capture-pattern (#10648) by Marc Mueller · 3 months ago