summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-03-211-2/+2
* | [test multiprocessing] Fix tests for unpickable plugins (#8470)Pierre Sassoulas2023-03-211-4/+3
* | [test] Removes 'test_pylint_config_attr' (#8468)Pierre Sassoulas2023-03-201-23/+0
* | [deprecation] Make '_format-option-value' private and update TODOs (#8469)Pierre Sassoulas2023-03-202-3/+1
* | [mypy] Remove some useless assertions in pylint 3.0 (#8467)Pierre Sassoulas2023-03-201-13/+2
* | [deprecation] end_line and end_col_offset required in functional tests (#8466)Pierre Sassoulas2023-03-203-19/+8
* | [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by 'pylint'...Pierre Sassoulas2023-03-204-23/+11
* | [deprecation] 'ColorizedTextReporter' only accepts 'ColorMappingDict' (#8464)Pierre Sassoulas2023-03-202-24/+5
* | [deprecation] 'Pylinter.check' now takes sequence of str only (#8463)Pierre Sassoulas2023-03-203-23/+8
* | [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-204-104/+11
* | [cleanup] Remove the script for checking changelog (#8461)Pierre Sassoulas2023-03-202-109/+0
* | Bump actions/cache from 3.2.5 to 3.3.1 (#8445)dependabot[bot]2023-03-207-21/+21
* | Bump actions/checkout from 3.3.0 to 3.4.0 (#8459)dependabot[bot]2023-03-209-19/+19
* | Add doc for ``bad-file-encoding``, ``return-arg-in-generator`` (#8447)Daniël van Noord2023-03-207-6/+6
* | [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-1419-33/+38
* | [cyclic-import] Break cycle between pylint.checkers.util / variables (#8448)Pierre Sassoulas2023-03-142-24/+21
* | [pre-commit.ci] pre-commit autoupdate (#8452)pre-commit-ci[bot]2023-03-142-6/+6
* | Update myst-parser requirement from ~=0.19 to ~=1.0 (#8446)dependabot[bot]2023-03-131-1/+1
* | Increase new primer timeout to 120mJacob Walls2023-03-121-1/+1
* | Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-126-22/+54
* | Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)Samuel FORESTIER2023-03-117-4/+30
* | Fix a crash when `TYPE_CHECKING` is used without importing it (#8435)Jacob Walls2023-03-113-1/+17
* | [pre-commit requirements] Unpin dependencies to avoid having to maintain themPierre Sassoulas2023-03-101-10/+10
* | [pre-commit] Configure ruff to sort importPierre Sassoulas2023-03-104-9/+33
* | `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-1012-49/+59
* | pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-1012-405/+5
* | Clear LRU caches on pylint utilities (#8420)Jacob Walls2023-03-103-1/+26
* | pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-107-5/+72
* | [release doc] Add a paragraph for label maintenance (#8422)Pierre Sassoulas2023-03-101-0/+4
* | [colorize_ansi] Remove the possibility to use anything else than a MessageSty...Pierre Sassoulas2023-03-092-80/+35
* | Removing files from coveragerc since they have been deleted (#8417)Ollie2023-03-091-6/+0
* | Remove remaining code parts related to __implements__ (#8414)Andreas Finkler2023-03-099-43/+7
* | [overgeneral-exceptions] Only handle qualified names (#8411)Pierre Sassoulas2023-03-092-17/+19
* | Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-0914-362/+26
* | [FileState] Remove 'collect_block_lines'Pierre Sassoulas2023-03-082-20/+5
* | [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-086-78/+10