summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
...
* Feature italics abstract methods (#7436)Alvaro Frias2022-09-133-6/+19
* Fix `unhashable-member` crash when `lambda` used as a dict key (#7454)Jacob Walls2022-09-121-0/+2
* Disambiguate between str and enum member args to typing.Literal (#7414)Levi Gruspe2022-09-121-12/+9
* Add ``tomlkit`` and ``isort`` to ``mypy`` additional dependencies (#7450)Daniƫl van Noord2022-09-101-3/+4
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-0925-62/+60
* Finish typing across the codebaseDaniƫl van Noord2022-09-0910-33/+49
* Update pylint/checkers/variables.pyDaniƫl van Noord2022-09-091-0/+3
* Finish typing of ``variables``Daniƫl van Noord2022-09-091-52/+82
* Finish typing of ``typecheck`` (#7445)Daniƫl van Noord2022-09-091-43/+80
* Add typing to deprecated modulesDaniƫl van Noord2022-09-092-38/+66
* Fix return type of ``_parse_rich_type_value``Daniƫl van Noord2022-09-091-1/+1
* Add ``Any`` typing to deprecated methodsDaniƫl van Noord2022-09-092-4/+11
* Finish some incomplete typing signatures (#7442)Daniƫl van Noord2022-09-094-16/+22
* Finish some unfinished typing signaturesDaniƫl van Noord2022-09-097-17/+21
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniƫl van Noord2022-09-0911-52/+72
* Add more cases that emit bad-plugin-value (#7284)Drummond Ogilvie2022-09-071-12/+27
* Suppress ``OSError`` in config file discovery (#7423)Daniƫl van Noord2022-09-061-10/+42
* Make ``missing-yield/raises-doc`` respect ``no-docstring-rgx`` optionDaniƫl van Noord2022-09-061-0/+10
* Make ``disable-next`` only consider the succeeding line (#7411)Daniƫl van Noord2022-09-053-22/+41
* Fix and refactors for ``docparams`` extension (#7398)Daniƫl van Noord2022-09-041-13/+27
* Make ``missing-return-doc`` respect the ``no-docstring-rgx`` option (#7410)Daniƫl van Noord2022-09-041-0/+5
* Emit `used-before-assignment` when function arguments are redefined inside an...Jacob Walls2022-09-041-0/+8
* Fix #3299 false positives with names in string literal type annotations (#7400)Levi Gruspe2022-09-042-1/+62
* Add typing to ``unittest_config`` (#7404)Daniƫl van Noord2022-09-041-4/+12
* Complete typing of all generic types (#7406)Daniƫl van Noord2022-09-044-7/+13
* Do not lint ignored file on stdin (#7220)Christoph Blessing2022-09-031-6/+11
* Fix false positive for ``too-many-function-args`` when a function call is ass...Mark Byrne2022-09-021-0/+13
* Fix crash while iteraring over a class attribute (#7386)Daniƫl van Noord2022-08-311-2/+6
* Don't report ``trailing-whitespaces`` within strings (#7342)Daniƫl van Noord2022-08-311-16/+14
* Fix `used-before-assignment` for functions/classes defined in type checking g...Rogdham2022-08-271-3/+7
* Bump pylint to 2.16.0-dev, update changelog (#7363)Pierre Sassoulas2022-08-261-1/+1
* Bump pylint to 2.15.0, update changelog (#7355)v2.15.0Pierre Sassoulas2022-08-261-1/+1
* [literal-comparison] Make the message explicit with the solutionPierre Sassoulas2022-08-251-2/+15
* Bump TODOs to the next minor version in preparation of release (#7349)Daniƫl van Noord2022-08-241-1/+1
* Use permanent links in the primer comment (#7332)Daniƫl van Noord2022-08-223-33/+64
* Don't emit ``trailing-whitespace`` twice for multi-line docstrings (#7335)Daniƫl van Noord2022-08-221-1/+11
* Check for ``contextlib.suppress`` in ``node_ignores_exception`` (#7327)Daniƫl van Noord2022-08-221-5/+58
* Skip ``unnecessary-list-index-lookup`` if we encounter if statements (#7334)Daniƫl van Noord2022-08-221-0/+11
* Fix ``mypy`` issues in primerDaniƫl van Noord2022-08-212-12/+14
* Use warningsDaniƫl van Noord2022-08-211-2/+5
* Fix up the message about ``astroid-error`` in the commentDaniƫl van Noord2022-08-211-4/+2
* Assert on fatal errors in primerDaniƫl van Noord2022-08-211-41/+22
* Prevent `useless-parent-delegation` for overriding `Exception.__init__` with ...Jacob Walls2022-08-211-0/+2
* Fix `undefined-loop-variable` from walrus in comprehension test (#7324)Jacob Walls2022-08-201-0/+18
* Improve TypeVar name regex (#7322)Marc Mueller2022-08-191-1/+1
* fix `undefined-loop-variable` with `break` and `continue` statements in `else...DetachHead2022-08-191-1/+3
* Refactor check() (#7288)Daniƫl van Noord2022-08-171-36/+100
* Partial typing of ``refactoring_checker`` (#7315)Daniƫl van Noord2022-08-161-25/+33
* Partial typing of ``refactoring_checker`` (#7312)Daniƫl van Noord2022-08-161-21/+35
* Refactors related to separating ast creating and linting (#7286)Daniƫl van Noord2022-08-141-9/+21