summaryrefslogtreecommitdiff
path: root/doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Add optional `prefer-typing-namedtuple` message (#8681)HEADmainJacob Walls2023-05-161-0/+7
* Add new checker `kwarg-superseded-by-positional-arg` and fix a false positive...Mark Byrne2023-05-161-0/+3
* Fix a false negative for ``too-many-arguments`` and positional-only and keywo...Mark Byrne2023-05-151-0/+3
* Load custom plugins when linting in parallel (#8683)Jacob Walls2023-05-141-0/+5
* Fix crash when deleting from a dict returned from a call (#8678)Jacob Walls2023-05-121-0/+4
* Merge maintenance-2.17.x in main following 2.17.4 releasePierre Sassoulas2023-05-062-0/+35
|\
| * Bump pylint to 2.17.4, update changelogv2.17.4Pierre Sassoulas2023-05-064-10/+31
| * [changelog] Add a changelog entry for #8632Pierre Sassoulas2023-05-051-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
* | Uniformize message and remove useless details.rstPierre Sassoulas2023-05-031-1/+3
* | Upgrade 'tox - docs' to match readthedoc online and for performance (#8653)Pierre Sassoulas2023-05-032-1/+8
* | [doc] Add warning for empty sequences in 'use-implicit-booleaness-not-compari...Pierre Sassoulas2023-05-021-9/+10
* | Merge the empty-string extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-021-4/+6
* | Merge the compare-to-zero extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-021-0/+12
* | Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-301-0/+3
* | Make sure a ``tool`` table is created in ``toml`` generation (#8638)Daniël van Noord2023-04-301-4/+0
* | Fix false negative for calling module-level function before definition (#8494)Jacob Walls2023-04-291-0/+3
* | [tomlkit] Limit the maximum version of tomlkit (#8633)Pierre Sassoulas2023-04-281-0/+4
* | Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-261-0/+3
* | Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-0/+3
* | Merge maintenance 2.17.x in main (#8621)Pierre Sassoulas2023-04-241-0/+58
|\ \
| * \ Merge branch 'maintenance/2.17.x' following 2.17.3 releasePierre Sassoulas2023-04-241-0/+58
| |\ \ | | |/
| | * 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
* | | Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...Mark Byrne2023-04-241-0/+3
|/ /
* | Optimize `is_trailing_comma()` (#8606)Jacob Walls2023-04-231-1/+2
* | Add news fragmentJacob Walls2023-04-231-0/+3
* | Modified all occurences of "a f-string" to "an f-string"Elazrod562023-04-201-1/+1
* | Fix FP `used-before-assignment` for statements guarded under same test (#8581)Jacob Walls2023-04-161-0/+4
* | Improve output of `consider-using-generator` message for `min()` calls with `...Jacob Walls2023-04-161-0/+3
* | Fix `used-before-assignment` TYPE_CHECKING false negatives (#8431)Zen Lee2023-04-151-0/+4
* | Fix false negative for no-value-for-parameter: positional-only args and **kwa...Mark Byrne2023-04-141-0/+3
* | Fix false positive for ``keyword-arg-before-vararg`` (#8571)Mark Byrne2023-04-131-0/+3
* | Fix `unused-import` to check`dummy-variables-rgx` (#8566)RSTdefg2023-04-121-0/+3
* | Fix false positive for ``positional-only-arguments-expected`` when a function...Mark Byrne2023-04-091-0/+3
* | Also check the typealias naming style for TypeAlias variables defined in func...Yilei "Dolee" Yang2023-04-071-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...Yilei "Dolee" Yang2023-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)Théo Battrel2023-04-061-0/+3