summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix `used-before-assignment` TYPE_CHECKING false negatives (#8431)Zen Lee2023-04-154-20/+86
* Fix false negative for no-value-for-parameter: positional-only args and **kwa...Mark Byrne2023-04-145-0/+26
* Disable Info linters in definition instead of Run class (#8576)Matus Valo2023-04-144-9/+30
* Fix false positive for ``keyword-arg-before-vararg`` (#8571)Mark Byrne2023-04-135-1/+28
* Fix `unused-import` to check`dummy-variables-rgx` (#8566)RSTdefg2023-04-124-5/+20
* [pre-commit.ci] pre-commit autoupdate (#8564)pre-commit-ci[bot]2023-04-111-3/+3
* Bump actions/github-script from 6.4.0 to 6.4.1 (#8561)dependabot[bot]2023-04-102-3/+3
* Fix false positive for ``positional-only-arguments-expected`` when a function...Mark Byrne2023-04-093-0/+23
* Also check the typealias naming style for TypeAlias variables defined in func...Yilei "Dolee" Yang2023-04-074-1/+21
* 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...Yilei "Dolee" Yang2023-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)Théo Battrel2023-04-064-0/+36
* [pre-commit.ci] pre-commit autoupdate (#8539)pre-commit-ci[bot]2023-04-041-3/+3
* Handle patterns in ignored-modules when checking for no-name-in-module (#7579)Daniel Mouritzen2023-04-038-48/+40
* Merge maintenance 2.17.x in main following 2.17.2 release (#8534)Pierre Sassoulas2023-04-031-0/+36
|\
| * 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-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
* | Upgrade astroid to 2.15.2 (#8530)Pierre Sassoulas2023-04-032-2/+2
* | Add regression test for #7506 (#8432)Jacob Walls2023-04-034-8/+15
* | refactor pyreverse tests to use temporary directory (#8529)Andreas Finkler2023-04-021-15/+7
* | [pyreverse] Bugfix: strip "/" at the end of the file (#8517)Alvaro Frias2023-04-023-1/+21
* | Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-0211-0/+84
* | Don't use removed function from ``astroid`` (#8525)Daniël van Noord2023-04-011-5/+11
* | Bump pylint to 3.0.0b1, update changelogPierre Sassoulas2023-04-012-2/+2
* | Bump pylint to 3.0.0a6, update changelogv3.0.0a6Pierre Sassoulas2023-04-012-4/+7
* | [changelog] Classify all non user-facing changes as 'internal'Pierre Sassoulas2023-04-018-5/+9
* | Move dockerfile to the example directory bump to alpine3.17 (#8353)Alex Mor2023-04-011-1/+1
* | [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-3133-58/+58
* | [doc] Create a variable for the contributors descriptionPierre Sassoulas2023-03-311-5/+4
* | Upgrade cache version because primer now fetch pylint-dev/astroidPierre Sassoulas2023-03-315-5/+5
* | Fix `used-before-assignment` false positive for `TYPE_CHECKING` elif branch i...Zen Lee2023-03-308-164/+145
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-29503-1221/+1225
* | Bump astroid from 2.15.0 to 2.15.1 (#8513)dependabot[bot]2023-03-292-2/+2
* | Bump furo from 2022.12.7 to 2023.3.27dependabot[bot]2023-03-291-1/+1
* | Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]2023-03-299-19/+19
* | Add ``Skip news :mute:`` to dependabot labelsDaniël van Noord2023-03-291-0/+2
* | [crash template] Link to blank issue so it's possible to copy pastePierre Sassoulas2023-03-292-8/+36
* | [crash template] Add <details> tag and current headers for clearer resultPierre Sassoulas2023-03-291-6/+23
* | Fix news fragment after incorrect auto-mergeDaniël van Noord2023-03-281-1/+1
* | Allow integers in TypeAlias names (#8488)Stephane Odul2023-03-285-16/+27
* | [deprecation] Make 'OutputLine' require a fixed number of args (#8474)Pierre Sassoulas2023-03-283-95/+18