summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments
Commit message (Expand)AuthorAgeFilesLines
* 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-034-16/+0
* [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-225-25/+0
* 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
* Bump pylint to 2.17.0, update changelog (#8395)Pierre Sassoulas2023-03-0726-90/+0
* 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
* 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
* Fix invalid type false positive (#8206)Nick Drozd2023-02-141-0/+3
* Fix FP for used-before-assignment with assignment expressions in containers (...Jacob Walls2023-02-111-0/+4
* Add ``--version`` option to pyreverse (#8257)Andreas Finkler2023-02-101-0/+3
* Fix `used-before-assignment` false positive for walrus operator in dictionary...Zen Lee2023-02-101-0/+4
* Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-091-0/+3
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-0/+3
* Fix `nested-min-max` output msg for sequences (#8234)Dani Alcala2023-02-081-0/+3
* Add import-based submodule detection for preferred-modules (#8186)Dave Bunten2023-02-081-0/+3
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-071-0/+4
* Fix no-name-in-module when variable is same as module name (#8169)Dani Alcala2023-02-071-0/+4
* Fix crash when an attribute node was used inside an unary op (#8209)Pierre Sassoulas2023-02-071-0/+3
* Fix a false negative for 'missing-parentheses-for-call-in-test'Pierre Sassoulas2023-02-051-0/+5
* [crash] Fix crashes on python interpreter < 3.9 (#8163)Pierre Sassoulas2023-02-021-0/+3
* Update docs for `global-variable-not-assigned` (#8151)Dani Alcala2023-02-011-0/+3
* Bump pylint to 2.16.0, update changelogv2.16.0Pierre Sassoulas2023-02-01125-449/+0
* Fix issues with new typing Union syntax (Py310) (#8122)Marc Mueller2023-02-011-0/+3
* Fix false positive for `use-maxsplit-arg` with custom split (#8114)yushao22023-01-301-0/+3