1. 9822fe9 [pre-commit.ci] pre-commit autoupdate (#10196) by pre-commit-ci[bot] · 3 days ago main
  2. 649c875 Issue 1554: add progress reporting (#10178) by JZ · 7 days ago
  3. 80f2946 [pre-commit.ci] pre-commit autoupdate (#10184) by pre-commit-ci[bot] · 10 days ago
  4. af7a970 Add docs FAQ entry on domain name distinctions (`pylint dot org` vs pylint.readthedocs.io) (#10177) by Dave Bunten · 11 days ago
  5. e0004ca Bump types-setuptools from 75.6.0.20241223 to 75.8.0.20250110 (#10183) by dependabot[bot] · 11 days ago
  6. 77294c7 Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#10182) by dependabot[bot] · 11 days ago
  7. 909a883 Mention that unused-import skips __init__.py files (#10179) by amelenty · 11 days ago
  8. d94194b fix "skipped files" count calculation (#10141) by purajit · 13 days ago
  9. 14b242f 🧪 Add a test for implicit ns src root lookup (#10171) by 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) · 2 weeks ago
  10. 6456374 Calculate linter.config.jobs in cgroupsv2 environments (#10089) by Dominic Lavery · 2 weeks ago
  11. 22254bd [pre-commit.ci] pre-commit autoupdate (#10168) by pre-commit-ci[bot] · 2 weeks ago
  12. 054f233 Extend documentation for `redefined-builtin` (#10167) by Zen Lee · 3 weeks ago
  13. 0d5439b Fix existing issue with mypy by Pierre Sassoulas · 3 weeks ago
  14. c21276f Post 3.3.3 (#10157) by Pierre Sassoulas · 4 weeks ago
  15. ac7d336 Merge branch 'maintenance/3.3.x' into post-3.3.3 by Jacob Walls · 4 weeks ago
  16. c28580b Bump pylint to 3.3.3, update changelog by Jacob Walls · 4 weeks ago v3.3.3
  17. 1f9b947 Bump astroid from 3.3.5 to 3.3.8 (#10125) (#10155) by Jacob Walls · 4 weeks ago
  18. 31e7674 Bump astroid from 3.3.5 to 3.3.8 (#10125) by dependabot[bot] · 4 weeks ago
  19. 96d1303 Bump actions/cache from 4.1.2 to 4.2.0 (#10123) (#10154) by Jacob Walls · 4 weeks ago
  20. 3478208 [pre-commit.ci] pre-commit autoupdate (#10153) by pre-commit-ci[bot] · 4 weeks ago
  21. 0c50916 Bump actions/cache from 4.1.2 to 4.2.0 (#10123) by dependabot[bot] · 4 weeks ago
  22. c3b507b Bump types-setuptools from 75.6.0.20241126 to 75.6.0.20241223 (#10150) by dependabot[bot] · 5 weeks ago
  23. 5cae091 [pre-commit.ci] pre-commit autoupdate (#10126) by pre-commit-ci[bot] · 5 weeks ago
  24. d222b42 Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#10151) by dependabot[bot] · 5 weeks ago
  25. a7202b1 Fix Python 3.12 generic type syntax (#10135) (#10146) by github-actions[bot] · 5 weeks ago
  26. be1968e Fix Python 3.12 generic type syntax (#10135) by Marzuk Rashid · 5 weeks ago
  27. 90cb29d [mypy] Use type-setuptools instead of types-pkg-resources (#10120) by github-actions[bot] · 7 weeks ago
  28. cb12577 [skip ci] Add python 3.13 to tox configuration by Jacob Walls · 7 weeks ago
  29. fa00126 [mypy] Use type-setuptools instead of types-pkg-resources by Pierre Sassoulas · 7 weeks ago
  30. 9955701 Fix 'use-implicit-booleaness' wrongly emitted for generators. (#10107) (#10109) by github-actions[bot] · 7 weeks ago
  31. a4e91d7 Fix 'use-implicit-booleaness' wrongly emitted for generators. (#10107) by Nedelcu Ioan-Andrei · 7 weeks ago
  32. 55098c7 [Fix UP031] Fix existing issues detected by ruff 0.8.1 by Pierre Sassoulas · 8 weeks ago
  33. a985622 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 8 weeks ago
  34. d0b0dd2 Merge maintenance into main following 3.3.2 (#10102) by Pierre Sassoulas · 8 weeks ago
  35. e1c059b Merge branch 'maintenance/3.3.x' into main following 3.3.2 release by Pierre Sassoulas · 8 weeks ago
  36. a5a1bc3 Bump pylint to 3.3.2, update changelog (#10088) by Pierre Sassoulas · 8 weeks ago v3.3.2
  37. 621ecf6 Fix `potential-index-error` false positive when iterable contains starred element (#10097) (#10098) by github-actions[bot] · 9 weeks ago
  38. 3e9e613 Fix `potential-index-error` false positive when iterable contains starred element (#10097) by Zen Lee · 9 weeks ago
  39. 5597aae Fix source root not recognized (#10036) (#10083) by github-actions[bot] · 9 weeks ago
  40. 68cb5b3 [pre-commit.ci] pre-commit autoupdate (#10086) by pre-commit-ci[bot] · 9 weeks ago
  41. 6f93e8e Bump codecov/codecov-action from 4 to 5 (#10085) by dependabot[bot] · 10 weeks ago
  42. 9b272cc Fix RTD links to additional tools in the README (#10079) by Benjamin Partzsch · 2 months ago
  43. 45b9cd0 [pre-commit.ci] pre-commit autoupdate (#10078) by pre-commit-ci[bot] · 2 months ago
  44. 614f80e Improve pyreverse documentation (#10063) by Julfried · 2 months ago
  45. a18a27f Fix `used-before-assignment` false negative for nonlocals (#10075) by Zen Lee · 3 months ago
  46. 0687c85 Try to fix make.bat for Windows 11 (#10072) by Julfried · 3 months ago
  47. 7e40acb [pre-commit.ci] pre-commit autoupdate (#10070) by pre-commit-ci[bot] · 3 months ago
  48. 527505e Rename checkers/async.py to async_checker.py to import from another module (#10060) by Gwanbin Park · 3 months ago
  49. 5c59b48 Resolve `used-before-assignment` false negative when a function is defined under `TYPE_CHECKING` (#10034) by Zen Lee · 3 months ago
  50. f04761b Update pytest-benchmark requirement from ~=4.0 to ~=5.1 (#10066) by dependabot[bot] · 3 months ago
  51. 5ab7f82 Update pytest-cov requirement from ~=5.0 to ~=6.0 (#10067) by dependabot[bot] · 3 months ago
  52. ac2ae53 [used-before-assignment] Extend "same test" exception to named expressions (#10062) by Jacob Walls · 3 months ago
  53. 4e4f04f Update building docs (#10064) by Julfried · 3 months ago
  54. 15a5ac0 Add detailed documentation for Pyreverse options and fix `__init__` (#10045) by Julfried · 3 months ago
  55. da0d3fc [pre-commit.ci] pre-commit autoupdate (#10051) by pre-commit-ci[bot] · 3 months ago
  56. 4ddd43e [too-many-positional-arguments] Better documentation following questions (#10049) by Pierre Sassoulas · 3 months ago
  57. 71e2d0f Bump actions/checkout from 4.2.1 to 4.2.2 (#10048) by dependabot[bot] · 3 months ago
  58. cd3d1c1 Bump actions/cache from 4.1.1 to 4.1.2 (#10046) by dependabot[bot] · 3 months ago
  59. 82e25b0 Bump actions/setup-python from 5.2.0 to 5.3.0 (#10047) by dependabot[bot] · 3 months ago
  60. be53085 Fix source root not recognized (#10036) by Julfried · 3 months ago
  61. afa830d Improve documentation for consider-alternative-union-syntax / R6003 (#10044) by Ige-kun · 3 months ago
  62. 2e0c41f [pre-commit.ci] pre-commit autoupdate, mypy fixes for v1.12.1 (#10039) by pre-commit-ci[bot] · 3 months ago
  63. 5feface remove metaclass check for protected access in properties (#9966) by temyurchenko · 3 months ago
  64. 0d7b0d7 Resolve false negative for `used-before-assignment` with TYPE_CHECKING guard (#9990) by Zen Lee · 3 months ago
  65. 537e9da Bump sphinx from 7.4.7 to 8.1.3 (#10020) by dependabot[bot] · 3 months ago
  66. d4bd53a Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#10021) by dependabot[bot] · 3 months ago
  67. cfbf1dd Bump actions/checkout from 4.2.0 to 4.2.1 (#10022) by dependabot[bot] · 3 months ago
  68. 0177cd3 Bump actions/cache from 4.1.0 to 4.1.1 (#10023) by dependabot[bot] · 3 months ago
  69. fb0ab19 [bare-except doc] Add PEP760 and discussion around it in related links by Pierre Sassoulas · 4 months ago
  70. fa64425 Bump CI jobs to python 3.13 (#10011) by Jacob Walls · 4 months ago
  71. b31bbfd [pre-commit.ci] pre-commit autoupdate (#10010) by pre-commit-ci[bot] · 4 months ago
  72. 90a4ff8 Bump actions/cache from 4.0.2 to 4.1.0 (#10008) by dependabot[bot] · 4 months ago
  73. 7dc636b Fix typos by Jacob Walls · 4 months ago
  74. 86436b5 Raise astroid ceiling to 4.0.0-dev0 by Jacob Walls · 4 months ago
  75. ea8ed7e Bump astroid to 3.3.5 (#10004) (#10005) by github-actions[bot] · 4 months ago
  76. d9b06c6 Bump astroid to 3.3.5 (#10004) by Jacob Walls · 4 months ago
  77. 4d3ad96 Clarify no-else-raise and no-else-return also apply to try/except (#10002) by levon-d · 4 months ago
  78. c25923f Add breaking fragment for fixme docstring support (#9992) by Daniel Wang · 4 months ago
  79. 3097f0b Cut ScopeConsumer (#9995) by Nick Drozd · 4 months ago
  80. 74c49b2 Add tests for #8192, #8893, #9642, #9689, #9815, #9941 (#9981) by Nick Drozd · 4 months ago
  81. 07574db [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 4 months ago
  82. b9cc6b2 Bump actions/checkout from 4.1.7 to 4.2.0 (#9988) by dependabot[bot] · 4 months ago
  83. 1a96a5d Support fixme's in docstrings (#9744) by Daniel Wang · 4 months ago
  84. c0ecd70 Cut unused typing names by Nick Drozd · 4 months ago
  85. a285f8e Add Consumption type alias by Nick Drozd · 4 months ago
  86. 94f2801 Clean up imports by Nick Drozd · 4 months ago
  87. 517eac3 Break up argument lines by Nick Drozd · 4 months ago
  88. 8630cfd Fix the VS Code extension link syntax @ FAQ (#9975) by Sviatoslav Sydorenko (Святослав Сидоренко) · 4 months ago
  89. 8900ccb Suggest disabling `ungrouped-imports` in FAQ when using `isort` (#9976) by Sviatoslav Sydorenko (Святослав Сидоренко) · 4 months ago
  90. ec4ca64 Fix release note typo (#9969) (#9971) by github-actions[bot] · 4 months ago
  91. 0972ba5 Fix release note typo (#9969) by Jacob Walls · 4 months ago
  92. 88e4bc6 Fix #9959: Update FAQ, with tweaks suggested by Grammarly (#9960) by Edward K. Ream · 4 months ago
  93. 83cc31c [too-many-positional-arguments doc] Add the main option to use, real example (#9957) by Pierre Sassoulas · 4 months ago
  94. 30ae33f Merge maintenance in main following 3.3.1 (#9958) by Pierre Sassoulas · 4 months ago
  95. 2d8e4e8 Merge branch 'maintenance/3.3.x' into post-3.3.1 by Jacob Walls · 4 months ago
  96. 76bce72 Bump pylint to 3.3.1, update changelog (#9954) by Jacob Walls · 4 months ago v3.3.1
  97. eb6d8e9 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 4 months ago
  98. 55ee816 Bump astroid to 3.3.4 (#9951) (#9952) by github-actions[bot] · 4 months ago
  99. 82c133d Bump astroid to 3.3.4 (#9951) by Jacob Walls · 4 months ago
  100. fe2b7c3 Bump pylint to 4.0.0-dev0, update changelog (#9948) by Jacob Walls · 4 months ago