summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Handle patterns in ignored-modules when checking for no-name-in-module (#7579)Daniel Mouritzen2023-04-031-0/+3
* | Merge 'maintenance/2.17.x' in main following 2.17.2 releasePierre Sassoulas2023-04-031-0/+36
|\ \ | |/
| * 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-282-5/+10
| * 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
* | Add regression test for #7506 (#8432)Jacob Walls2023-04-031-0/+3
* | [pyreverse] Bugfix: strip "/" at the end of the file (#8517)Alvaro Frias2023-04-021-0/+3
* | Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-021-0/+3
* | [changelog] Classify all non user-facing changes as 'internal'Pierre Sassoulas2023-04-018-5/+9
* | [doc] Fix missing spaces in 2.13's whatsnew (#8519)Pierre Sassoulas2023-03-311-3/+3
* | [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-3111-20/+20
* | [doc] Create a variable for the contributors descriptionPierre Sassoulas2023-03-311-5/+4
* | Fix `used-before-assignment` false positive for `TYPE_CHECKING` elif branch i...Zen Lee2023-03-301-0/+4
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2935-325/+327