summaryrefslogtreecommitdiff
path: root/pylint/extensions
Commit message (Expand)AuthorAgeFilesLines
* Add optional `prefer-typing-namedtuple` message (#8681)HEADmainJacob Walls2023-05-161-0/+21
* Merge the empty-string extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-021-78/+0
* Merge the compare-to-zero extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-021-95/+0
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2929-59/+59
* Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-121-2/+2
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-072-5/+5
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-022-2/+4
* Fixing some too long lines (#8339)Ollie2023-02-252-4/+8
* Fix a false positive for ``redefined-variable-type`` when ``async`` methods a...Mark Byrne2023-01-281-2/+2
* Add `consider-refactoring-into-while-condition` checker (#8021)yushao22023-01-271-0/+93
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...orSolocate2023-01-121-3/+34
* [style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)Pierre Sassoulas2023-01-021-4/+1
* Cover more lines (#7996)Nick Drozd2022-12-281-6/+2
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-2711-13/+2
* update while-used doc (#7974)Dani Alcala2022-12-241-1/+2
* Fix ``missing-param-doc`` for escaped underscores (#7878)Dani Alcala2022-12-041-1/+1
* Add ``redundant-union-assign-typehint`` checker for duplicated assign typehin...orSolocate2022-11-301-1/+79
* Enable dict-init-mutate extension (#7844)Nick Drozd2022-11-251-2/+2
* Add a new check `dict-init-mutate` (#7794)Dani Alcala2022-11-231-0/+66
* Fix false negatives for-any-all (#7707)Dani Alcala2022-11-171-7/+93
* [compare-to-empty-string] More actionnable and understandable message (#7726)Pierre Sassoulas2022-11-091-20/+26
* [compare to zero] Fix false positive with 'x is False'Pierre Sassoulas2022-11-071-1/+5
* [compare-to-zero] More actionnable and understandable messagePierre Sassoulas2022-11-071-2/+15
* [implicit_booleaness_checker] Add the confidence to related messages (#7721)Pierre Sassoulas2022-11-062-2/+4
* Add `bad-dunder-name` extension checker (#7642)Dani Alcala2022-10-311-0/+77
* Take 'accept-no-raise-doc' option into account (#7581)Brice Chardin2022-10-281-7/+5
* Add default_enabled option to optional message dict (#7629)Marc Mueller2022-10-251-2/+3
* Add `magic-number` checker for comparison with literals (#7526)orSolocate2022-10-221-0/+88
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-161-0/+23
* Fix `undefined-loop-variable` with `NoReturn` and `Never` (#7476)Daniël van Noord2022-09-191-6/+1
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-094-7/+5
* Finish typing across the codebaseDaniël van Noord2022-09-091-8/+7
* Make ``missing-yield/raises-doc`` respect ``no-docstring-rgx`` optionDaniël van Noord2022-09-061-0/+10
* 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
* [doc param checker] Add confidences for DocParam checker's messagePierre Sassoulas2022-07-211-6/+15
* [refactor] Simplify '_add_raise_message' in the DocParam checkerPierre Sassoulas2022-07-211-11/+9
* Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-081-3/+14
* [empty-comment] fix checker name in code and docs (#6996)Ville Skyttä2022-07-051-1/+1
* Don't report `import-private-name` for relative imports (#7079)Ville Skyttä2022-06-281-0/+2
* Fix differing param doc false positive (#6980)Marco Pernigotti2022-06-231-0/+4
* Fix typo in runtime-typingJacob Walls2022-06-231-1/+1
* Clean up and add typing to the ``mccabe`` extensionDaniël van Noord2022-06-191-15/+49
* [refactor] Normalize the typing of visitor functions (#6892)Pierre Sassoulas2022-06-122-6/+7
* Add typing to extensions (#6893)Daniël van Noord2022-06-095-25/+31
* Add typing to several checkersDaniël van Noord2022-06-065-16/+17
* Fix a crash in the optional `private_import` extensionJacob Walls2022-06-041-1/+2
* Fix a crash in the ``docparams`` extension when raising the result of a funct...Jacob Walls2022-05-311-0/+2
* Add typing to ``_check_docs_utils``Daniël van Noord2022-05-241-45/+45
* Enable line-wrapping from ``pydocstringformatter``Daniël van Noord2022-05-232-6/+9