summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Bump furo from 2022.12.7 to 2023.3.27dependabot[bot]2023-03-291-1/+1
* | Fix news fragment after incorrect auto-mergeDaniël van Noord2023-03-281-1/+1
* | Allow integers in TypeAlias names (#8488)Stephane Odul2023-03-282-5/+10
* | [deprecation] Make 'OutputLine' require a fixed number of args (#8474)Pierre Sassoulas2023-03-281-0/+5
* | Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...cherryblossom2023-03-281-0/+5
* | Don't consider ``Union`` to always be a type alias (#8489)Daniël van Noord2023-03-231-0/+3
* | Merge branch 'maintenance/2.17.x' into mainPierre Sassoulas2023-03-221-0/+52
|\ \ | |/
| * 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
* | [deprecation] Remove duplicated utils typing guards check (#8475)Pierre Sassoulas2023-03-221-0/+5
* | Fix incorrect preferred-modules matchesDaniël van Noord2023-03-211-0/+3
* | [deprecation] Message.location must be a 'MessageLocationTuple' (#8477)Pierre Sassoulas2023-03-211-0/+4
* | [deprecation] 'check_single_file' replaced by 'check_single_file_item' (#8478)Pierre Sassoulas2023-03-211-0/+4
* | [deprecation] Remove 'do_exit' from the 'Run' constructor (#8472)Pierre Sassoulas2023-03-211-0/+4
* | [deprecation] Make 'py_version' required for 'MessageDefinition.may_be_emitte...Pierre Sassoulas2023-03-211-0/+6
* | [deprecation] end_line and end_col_offset required in functional tests (#8466)Pierre Sassoulas2023-03-202-1/+6
* | [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by 'pylint'...Pierre Sassoulas2023-03-201-0/+5
* | [deprecation] 'ColorizedTextReporter' only accepts 'ColorMappingDict' (#8464)Pierre Sassoulas2023-03-201-0/+3
* | [deprecation] 'Pylinter.check' now takes sequence of str only (#8463)Pierre Sassoulas2023-03-201-0/+3
* | [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-201-0/+5
* | Add doc for ``bad-file-encoding``, ``return-arg-in-generator`` (#8447)Daniël van Noord2023-03-207-6/+6
* | Update myst-parser requirement from ~=0.19 to ~=1.0 (#8446)dependabot[bot]2023-03-131-1/+1
* | Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-121-0/+10