summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Fix `unused-import` to check`dummy-variables-rgx` (#8566)RSTdefg2023-04-121-4/+11
* Fix false positive for ``positional-only-arguments-expected`` when a function...Mark Byrne2023-04-091-0/+2
* Also check the typealias naming style for TypeAlias variables defined in func...Yilei "Dolee" Yang2023-04-071-1/+6
* Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-071-5/+8
* Fix typelias `invalid-name` false positives for Union variables without assig...Yilei "Dolee" Yang2023-04-071-4/+1
* Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-071-1/+14
* Fix check unused arguments false positive bug (#8542)Théo Battrel2023-04-061-0/+10
* Handle patterns in ignored-modules when checking for no-name-in-module (#7579)Daniel Mouritzen2023-04-034-46/+29
* [pyreverse] Bugfix: strip "/" at the end of the file (#8517)Alvaro Frias2023-04-021-1/+1
* Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-023-0/+23
* 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-011-1/+1
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-312-2/+2
* Fix `used-before-assignment` false positive for `TYPE_CHECKING` elif branch i...Zen Lee2023-03-302-157/+119
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-29174-380/+381
* [crash template] Link to blank issue so it's possible to copy pastePierre Sassoulas2023-03-291-4/+28
* [crash template] Add <details> tag and current headers for clearer resultPierre Sassoulas2023-03-291-6/+23
* Allow integers in TypeAlias names (#8488)Stephane Odul2023-03-281-1/+3
* [deprecation] Make 'OutputLine' require a fixed number of args (#8474)Pierre Sassoulas2023-03-281-48/+12
* Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...cherryblossom2023-03-281-0/+8
* [testutil] Remove unused variable from find_functional_testsPierre Sassoulas2023-03-281-3/+4
* [testutil] Do not count files with leading underscoresPierre Sassoulas2023-03-281-9/+15
* [testutil] Display recursive call for crowded functional test dirPierre Sassoulas2023-03-281-8/+23
* [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-281-14/+30
* [functional tests] Display all violations for disorganized directoriesPierre Sassoulas2023-03-281-6/+16
* [testutil] Add proper test for the functional tests helpersPierre Sassoulas2023-03-282-10/+3
* Don't consider ``Union`` to always be a type alias (#8489)Daniël van Noord2023-03-231-1/+7
* [deprecation] Remove duplicated utils typing guards check (#8475)Pierre Sassoulas2023-03-221-43/+0
* 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-211-1/+9
* [deprecation] Message.location must be a 'MessageLocationTuple' (#8477)Pierre Sassoulas2023-03-211-19/+1
* [deprecation] 'check_single_file' replaced by 'check_single_file_item' (#8478)Pierre Sassoulas2023-03-211-10/+0
* [deprecation] Remove 'do_exit' from the 'Run' constructor (#8472)Pierre Sassoulas2023-03-212-19/+2
* [deprecation] Make 'py_version' required for 'MessageDefinition.may_be_emitte...Pierre Sassoulas2023-03-211-18/+2
* Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-218-2/+16
* [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-201-18/+2
* [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by 'pylint'...Pierre Sassoulas2023-03-201-17/+6
* [deprecation] 'ColorizedTextReporter' only accepts 'ColorMappingDict' (#8464)Pierre Sassoulas2023-03-201-24/+2
* [deprecation] 'Pylinter.check' now takes sequence of str only (#8463)Pierre Sassoulas2023-03-201-16/+5
* [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-202-53/+2
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-1410-11/+12
* [cyclic-import] Break cycle between pylint.checkers.util / variables (#8448)Pierre Sassoulas2023-03-142-24/+21
* Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-124-22/+43
* Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)Samuel FORESTIER2023-03-111-1/+7
* Fix a crash when `TYPE_CHECKING` is used without importing it (#8435)Jacob Walls2023-03-111-1/+4
* `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-102-18/+11
* pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-104-300/+1