summaryrefslogtreecommitdiff
path: root/doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when deleting from a dict returned from a call (#8678) (#8679)maintenance/2.17.xgithub-actions[bot]2023-05-121-0/+4
* Bump pylint to 2.17.4, update changelogPierre Sassoulas2023-05-064-10/+31
* [changelog] Add a changelog entry for #8632Pierre Sassoulas2023-05-061-0/+4
* Make sure a ``tool`` table is created in ``toml`` generation (#8638) (#8640)github-actions[bot]2023-04-301-4/+0
* [tomlkit] Limit the maximum version of tomlkit (#8633) (#8635)github-actions[bot]2023-04-281-0/+4
* Added escaping of vertical bar character in annotation labels (#8610) (#8631)Andreas Finkler2023-04-271-0/+3
* Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...github-actions[bot]2023-04-241-0/+3
* Bump pylint to 2.17.3, update changelog (#8620)v2.17.3Pierre Sassoulas2023-04-2410-28/+58
* Improve output of `consider-using-generator` message for `min()` calls with `...github-actions[bot]2023-04-171-0/+3
* Fix false positive for ``keyword-arg-before-vararg`` (#8571) (#8578)github-actions[bot]2023-04-151-0/+3
* Fix `unused-import` to check`dummy-variables-rgx` (#8566) (#8568)github-actions[bot]2023-04-121-0/+3
* Fix false positive for ``positional-only-arguments-expected`` when a function...github-actions[bot]2023-04-101-0/+3
* Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-071-0/+3
* Fix typelias `invalid-name` false positives for Union variables without assig...github-actions[bot]2023-04-071-0/+4
* Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-071-0/+3
* Fix check unused arguments false positive bug (#8542) (#8545)github-actions[bot]2023-04-061-0/+3
* Bump pylint to 2.17.2, update changelog (#8533)v2.17.2Pierre Sassoulas2023-04-035-16/+36
* [Backport maintenance/2.17.x] Add regression test for #7506 (#8531)github-actions[bot]2023-04-031-0/+3
* [pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)github-actions[bot]2023-04-021-0/+3
* [Backport maintenance/2.17.x] Allow integers in TypeAlias names. (#8507)github-actions[bot]2023-03-281-0/+5
* Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...github-actions[bot]2023-03-281-0/+5
* Don't consider ``Union`` to always be a type alias (#8489)Daniël van Noord2023-03-231-0/+3
* Bump pylint to 2.17.1, update changelog (#8482)v2.17.1Pierre Sassoulas2023-03-226-25/+52
* Fix incorrect preferred-modules matches (#8481)github-actions[bot]2023-03-221-0/+3
* Deprecate redundant type checking guard utils (#8433) (#8439)github-actions[bot]2023-03-121-0/+10
* Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403) (#8438)github-actions[bot]2023-03-111-0/+5
* Fix a crash when `TYPE_CHECKING` is used without importing it (#8435) (#8436)github-actions[bot]2023-03-111-0/+3
* Clear LRU caches on pylint utilities (#8420) (#8427)github-actions[bot]2023-03-101-0/+4
* Proper release date and summary for 2.17.0v2.17.0Pierre Sassoulas2023-03-081-2/+18
* Bump pylint to 2.17.0, update changelog (#8395)Pierre Sassoulas2023-03-0727-90/+165
* Add regression test for #5288 (#8385)Jacob Walls2023-03-071-0/+4
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-071-0/+3
* Merge remote-tracking branch 'upstream/maintenance/2.16.x' into mainMarc Mueller2023-03-061-0/+14
|\
| * Bump pylint to 2.16.4, update changelog (#8389)v2.16.4Marc Mueller2023-03-062-3/+14
| * Fix invalid type false positive (#8206) (#8386)Marc Mueller2023-03-061-0/+3
* | Merge maintenance 2.16.x in main (#8377)Pierre Sassoulas2023-03-031-0/+24
|\ \
| * \ Merge 'maintenance/2.16.x' following 2.16.3 releasePierre Sassoulas2023-03-031-0/+24
| |\ \ | | |/
| | * Bump pylint to 2.16.3, update changelog (#8375)v2.16.3Pierre Sassoulas2023-03-033-6/+24
| | * [spelling] Ignore spelling in type/mypy type ignore comments (#8370) (#8373)github-actions[bot]2023-03-021-0/+3
| | * Prevent emitting ``invalid-name`` on 'global' redefinition (#8337) (#8354)Pierre Sassoulas2023-02-271-0/+3
* | | Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...Mark Byrne2023-03-031-0/+3
|/ /
* | [spelling] Ignore spelling in type/mypy type ignore comments (#8370)Pierre Sassoulas2023-03-021-0/+3
* | Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-011-0/+3
* | Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-271-0/+3
* | Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-261-0/+3
* | Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-261-0/+4
* | Add new check "implicit-flag-alias" (#8345)James Addison2023-02-261-0/+5
* | Document the governance model and the path to maintainership (#8329)Pierre Sassoulas2023-02-241-0/+5
* | Only count obviously non-terminating while-loops as return-ended (#8292)Nick Drozd2023-02-231-0/+3
* | Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-0/+3