summaryrefslogtreecommitdiff
path: root/tests/functional/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge the empty-string extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-023-30/+0
* Merge the compare-to-zero extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-023-54/+0
* Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...Mark Byrne2023-04-241-0/+3
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2913-15/+15
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-268-13/+25
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-261-1/+1
* Fix test for ``plugin_does_not_exists``Daniel van Noord2023-02-202-1/+2
* Fix invalid type false positive (#8206)Nick Drozd2023-02-142-2/+2
* Add some test cases for redundant type check (#8136)Nick Drozd2023-02-035-1/+78
* Fix a false positive for ``redefined-variable-type`` when ``async`` methods a...Mark Byrne2023-01-281-0/+25
* Add `consider-refactoring-into-while-condition` checker (#8021)yushao22023-01-276-0/+382
* Fix `consider-using-augmented-assign` nested attribute access (#8088)Marc Mueller2023-01-202-1/+16
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...orSolocate2023-01-122-2/+7
* [consider-using-augmented-assign] Do not warn for non-commutative operators (...Pierre Sassoulas2023-01-092-26/+76
* Cover more lines (#7996)Nick Drozd2022-12-288-13/+37
* Cover missing line in dict-init-mutate test (#7994)Nick Drozd2022-12-271-0/+3
* Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975)Dani Alcala2022-12-262-3/+2
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-158-61/+86
* Fix ``missing-param-doc`` for escaped underscores (#7878)Dani Alcala2022-12-041-0/+12
* Add ``redundant-union-assign-typehint`` checker for duplicated assign typehin...orSolocate2022-11-303-0/+38
* Add a new check `dict-init-mutate` (#7794)Dani Alcala2022-11-233-0/+43
* Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-221-1/+1
* Fix false negatives for-any-all (#7707)Dani Alcala2022-11-172-12/+106
* Update documentation for checkers (#7764)Marc Mueller2022-11-131-1/+1
* [compare-to-empty-string] More actionnable and understandable message (#7726)Pierre Sassoulas2022-11-092-4/+12
* [compare to zero] Fix false positive with 'x is False'Pierre Sassoulas2022-11-072-6/+18
* [compare-to-zero] More actionnable and understandable messagePierre Sassoulas2022-11-074-4/+12
* [implicit_booleaness_checker] Add the confidence to related messages (#7721)Pierre Sassoulas2022-11-062-8/+8
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-051-1/+1
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-055-5/+5
* Add `bad-dunder-name` extension checker (#7642)Dani Alcala2022-10-313-0/+63
* Take 'accept-no-raise-doc' option into account (#7581)Brice Chardin2022-10-283-0/+21
* Add `magic-number` checker for comparison with literals (#7526)orSolocate2022-10-223-0/+42
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-165-0/+108
* Make ``missing-yield/raises-doc`` respect ``no-docstring-rgx`` optionDaniël van Noord2022-09-063-2/+17
* Fix and refactors for ``docparams`` extension (#7398)Daniël van Noord2022-09-043-9/+22
* Make ``missing-return-doc`` respect the ``no-docstring-rgx`` option (#7410)Daniël van Noord2022-09-044-22/+46
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-186-19/+18
* [basic checker] Add the confidence for 'unreachable' (#7216)Pierre Sassoulas2022-07-219-31/+31
* [doc param checker] Add confidences for DocParam checker's messagePierre Sassoulas2022-07-2127-196/+196
* Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-081-0/+15
* Don't report `import-private-name` for relative imports (#7079)Ville Skyttä2022-06-281-1/+6
* Fix differing param doc false positive (#6980)Marco Pernigotti2022-06-235-0/+104
* Emit `using-constant-test` when testing truth value of a variable holding a g...Jacob Walls2022-06-121-1/+1
* Fix a crash in the optional `private_import` extensionJacob Walls2022-06-041-0/+13
* Update ranges for error messages (#6606)Marc Mueller2022-05-131-1/+1
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-1079-79/+79
* Change confidence for no-self-use to INFERENCEMarc Mueller2022-05-061-3/+3
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-056-3/+175
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-043-7/+8