summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...cherryblossom2023-03-284-0/+26
* [testutil] Remove unused variable from find_functional_testsPierre Sassoulas2023-03-281-3/+4
* [testutil] Do not count files with leading underscoresPierre Sassoulas2023-03-283-16/+22
* [refactor] Separate assertion from setup in functional test's testPierre Sassoulas2023-03-281-21/+32
* [testutil] Display recursive call for crowded functional test dirPierre Sassoulas2023-03-285-8/+39
* [testutil] Display all the crowded functional test dir at oncePierre Sassoulas2023-03-281-5/+9
* [testutil] Fix the algorithm for functional test discoveryPierre Sassoulas2023-03-284-17/+38
* [functional tests] Display all violations for disorganized directoriesPierre Sassoulas2023-03-282-7/+21
* [testutil] Add proper test for the functional tests helpersPierre Sassoulas2023-03-2819-39/+135
* [pre-commit.ci] pre-commit autoupdate (#8502)pre-commit-ci[bot]2023-03-281-2/+2
* Fix typos in README.rst (#8493)Jacob Walls2023-03-251-7/+8
* Don't consider ``Union`` to always be a type alias (#8489)Daniël van Noord2023-03-233-1/+14
* [cleanup] Move tests starting with 'unbalanced' in a subdirPierre Sassoulas2023-03-235-0/+0
* [cleanup] Move tests starting with 'invalid_all' in a subdirPierre Sassoulas2023-03-2310-0/+0
* [cleanup] Move tests starting with 'postponed' in a subdirPierre Sassoulas2023-03-2316-0/+0
* [cleanup] Move tests starting with 'singledispatch' in a subdirPierre Sassoulas2023-03-2312-0/+0
* Merge maintenance 2.17.x in main following 2.17.1 release (#8483)Pierre Sassoulas2023-03-222-1/+53
|\
| * Merge branch 'maintenance/2.17.x' into mainPierre Sassoulas2023-03-222-1/+53
| |\ |/ /
| * 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
* | [deprecation] Remove duplicated utils typing guards check (#8475)Pierre Sassoulas2023-03-223-60/+21
* | Upgrade TODO for pylint 2.X to pylint 3.0 (#8480)Pierre Sassoulas2023-03-223-3/+3
* | Fix incorrect preferred-modules matchesDaniël van Noord2023-03-213-1/+29
* | [deprecation] Message.location must be a 'MessageLocationTuple' (#8477)Pierre Sassoulas2023-03-212-19/+5
* | [deprecation] 'check_single_file' replaced by 'check_single_file_item' (#8478)Pierre Sassoulas2023-03-212-10/+4
* | [deprecation] Remove 'do_exit' from the 'Run' constructor (#8472)Pierre Sassoulas2023-03-213-19/+6
* | [deprecation] Make 'py_version' required for 'MessageDefinition.may_be_emitte...Pierre Sassoulas2023-03-212-18/+8
* | Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-218-2/+16