summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when deleting from a dict returned from a call (#8678) (#8679)maintenance/2.17.xgithub-actions[bot]2023-05-124-5/+13
* Bump pylint to 2.17.4, update changelogPierre Sassoulas2023-05-067-13/+34
* [changelog] Add a changelog entry for #8632Pierre Sassoulas2023-05-061-0/+4
* Make sure a ``tool`` table is created in ``toml`` generation (#8638) (#8640)github-actions[bot]2023-04-305-10/+11
* [tomlkit] Limit the maximum version of tomlkit (#8633) (#8635)github-actions[bot]2023-04-282-1/+5
* Added escaping of vertical bar character in annotation labels (#8610) (#8631)Andreas Finkler2023-04-2719-25/+80
* Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...github-actions[bot]2023-04-243-0/+7
* Bump pylint to 2.17.3, update changelog (#8620)v2.17.3Pierre Sassoulas2023-04-2414-33/+63
* Upgrade astroid to 2.15.4 (#8615) (#8618)github-actions[bot]2023-04-242-2/+2
* Disable import-error as attrs is no longer a test dependencyMarc Mueller2023-04-231-1/+1
* Upgrade astroid to 2.15.3 (#8584)Pierre Sassoulas2023-04-232-2/+2
* Improve output of `consider-using-generator` message for `min()` calls with `...github-actions[bot]2023-04-174-1/+14
* Fix false positive for ``keyword-arg-before-vararg`` (#8571) (#8578)github-actions[bot]2023-04-155-1/+28
* Fix `unused-import` to check`dummy-variables-rgx` (#8566) (#8568)github-actions[bot]2023-04-124-5/+20
* Fix false positive for ``positional-only-arguments-expected`` when a function...github-actions[bot]2023-04-103-0/+23
* Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-074-9/+19
* Fix typelias `invalid-name` false positives for Union variables without assig...github-actions[bot]2023-04-074-7/+11
* Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-074-8/+29
* Fix check unused arguments false positive bug (#8542) (#8545)github-actions[bot]2023-04-064-0/+36
* Bump pylint to 2.17.2, update changelog (#8533)v2.17.2Pierre Sassoulas2023-04-038-19/+39
* [Backport maintenance/2.17.x] Add regression test for #7506 (#8531)github-actions[bot]2023-04-034-8/+15
* Upgrade astroid to 2.15.2 (#8530) (#8532)Pierre Sassoulas2023-04-032-3/+3
* [pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)github-actions[bot]2023-04-023-1/+21
* Don't use removed function from ``astroid`` (#8525) (#8526)github-actions[bot]2023-04-021-5/+11
* [Backport maintenance/2.17.x] Allow integers in TypeAlias names. (#8507)github-actions[bot]2023-03-285-16/+27
* Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...github-actions[bot]2023-03-284-0/+26
* Don't consider ``Union`` to always be a type alias (#8489)Daniƫl van Noord2023-03-233-1/+14
* Bump pylint to 2.17.1, update changelog (#8482)v2.17.1Pierre Sassoulas2023-03-229-28/+55
* Fix incorrect preferred-modules matches (#8481)github-actions[bot]2023-03-223-1/+29
* Deprecate redundant type checking guard utils (#8433) (#8439)github-actions[bot]2023-03-126-22/+53
* Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403) (#8438)github-actions[bot]2023-03-117-4/+30
* Fix a crash when `TYPE_CHECKING` is used without importing it (#8435) (#8436)github-actions[bot]2023-03-113-1/+17
* Clear LRU caches on pylint utilities (#8420) (#8427)github-actions[bot]2023-03-103-1/+26
* 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-0738-120/+228
* Add regression test for #5288 (#8385)Jacob Walls2023-03-073-0/+17
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-0717-81/+87
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-077-11/+14
* [pre-commit.ci] pre-commit autoupdate (#8393)pre-commit-ci[bot]2023-03-071-3/+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-065-6/+17
| * Fix invalid type false positive (#8206) (#8386)Marc Mueller2023-03-069-8/+57
* | Cancel previous tests when pushing to PRsJacob Walls2023-03-052-0/+8
* | 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-036-9/+27
| | * [spelling] Ignore spelling in type/mypy type ignore comments (#8370) (#8373)github-actions[bot]2023-03-023-37/+28
| | * Prevent emitting ``invalid-name`` on 'global' redefinition (#8337) (#8354)Pierre Sassoulas2023-02-276-7/+14