summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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-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
* 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-112-2/+7
* 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-0730-98/+185
* 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
* | Document ignoring pragmas for calculating line length (#8380)Jacob Walls2023-03-041-0/+2
* | [doc] Add an example for 'missing-format-string-key' (#8379)Pierre Sassoulas2023-03-033-2/+14
* | 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
|/ /
* | Bump sphinx from 5.3.0 to 6.1.3dependabot[bot]2023-03-021-1/+1
* | Update myst-parser requirement from ~=0.18 to ~=0.19 (#8374)dependabot[bot]2023-03-021-1/+1
* | [pre-commit] Transition from flake8/autoflake to ruff (#8372)Pierre Sassoulas2023-03-021-4/+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-012-0/+10
* | 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-263-7/+20
* | Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-266-0/+25
* | Add new check "implicit-flag-alias" (#8345)James Addison2023-02-263-0/+19