summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add optional `prefer-typing-namedtuple` message (#8681)HEADmainJacob Walls2023-05-165-0/+22
* Add new checker `kwarg-superseded-by-positional-arg` and fix a false positive...Mark Byrne2023-05-163-0/+13
* 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-142-4/+9
* 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-303-8/+6
| * [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
* | [Doc] Minor fixup in launching_test.rstLucas Cimon2023-05-051-1/+1
* | Uniformize message and remove useless details.rstPierre Sassoulas2023-05-035-19/+18
* | Add applicability notes for `compare-to-empty-string/zero` (#8592)Jason Lau2023-05-031-4/+4
* | 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-024-13/+17
* | Merge the empty-string extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-0212-40/+29
* | Merge the compare-to-zero extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-0212-35/+34
* | [doc] Apply black on the documentation where it makes sense (#8650)Pierre Sassoulas2023-05-02148-161/+221
* | [Doc] Improving implicit-str-concat/details.rst (#8649)Lucas Cimon2023-05-012-1/+13
* | [Doc] Create implicit-str-concat/details.rst (#8648)Lucas Cimon2023-05-011-0/+15
* | Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-302-0/+6
* | Make sure a ``tool`` table is created in ``toml`` generation (#8638)Daniƫl van Noord2023-04-303-8/+6
* | 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-242-6/+4
* | 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
|/ /
* | Bump sphinx from 6.1.3 to 6.2.0 (#8617)dependabot[bot]2023-04-241-1/+1
* | 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-202-4/+4
* | 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