summaryrefslogtreecommitdiff
path: root/tests/functional/i
Commit message (Expand)AuthorAgeFilesLines
* Fix `unused-import` to check`dummy-variables-rgx` (#8566)RSTdefg2023-04-121-0/+5
* Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-072-4/+8
* Handle patterns in ignored-modules when checking for no-name-in-module (#7579)Daniel Mouritzen2023-04-033-2/+8
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2912-13/+13
* [cleanup] Move tests starting with 'invalid_all' in a subdirPierre Sassoulas2023-03-2310-0/+0
* Add new check "implicit-flag-alias" (#8345)James Addison2023-02-262-0/+54
* Only count obviously non-terminating while-loops as return-ended (#8292)Nick Drozd2023-02-232-1/+52
* Fix invalid type false positive (#8206)Nick Drozd2023-02-144-5/+37
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-281-7/+7
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-154-26/+34
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-301-1/+1
* Improve `invalid-slice-index` and add `invalid-slice-step` (#7762)Marc Mueller2022-11-142-6/+38
* Flag `superfluous-parens` if parentheses are used during string concatenation...Dani Alcala2022-11-133-2/+3
* Remove unused ExtSlice code paths (#7759)Marc Mueller2022-11-131-1/+1
* Fix a crash when looking up an __init__ method (#7744)Mark Byrne2022-11-121-0/+11
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-094-12/+13
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-051-11/+11
* Add ``consider-using-augmented-assign`` checker (#7514)Daniël van Noord2022-09-221-3/+3
* [invalid-class-object] Better error message giving more informationPierre Sassoulas2022-09-161-5/+5
* [invalid-class-object] Set the confidence correctly for the checkPierre Sassoulas2022-09-161-5/+5
* [invalid-class-object] Fix crash when __class__ is defined with a tuplePierre Sassoulas2022-09-162-2/+48
* Add regression test for #3973 (#7409)Daniël van Noord2022-09-041-0/+6
* Check for ``contextlib.suppress`` in ``node_ignores_exception`` (#7327)Daniël van Noord2022-08-222-0/+30
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1829-189/+183
* Don't emit ``super-init-not-called`` for abstract ``__init__`` methods (#7227)Daniël van Noord2022-07-312-3/+2
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-301-1/+1
* Fix tests for Python 3.11 (#7167)Adam Williamson2022-07-143-37/+45
* Use trace not turtle in import_outside_toplevel testAdam Williamson2022-07-122-2/+2
* Add regression test for #6539Jacob Walls2022-05-091-0/+3
* Fix invalid-enum-extension with IntFlag (#6511)Marc Mueller2022-05-051-1/+6
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-0516-16/+16
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-042-11/+12
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-0411-11/+11
* Update tests and testoptions for PyPyDaniël van Noord2022-05-031-0/+1
* Prepare the functional test for #6444Pierre Sassoulas2022-05-022-2/+4
* Define the confidence in 'implicit-str-concat'Pierre Sassoulas2022-05-022-10/+10
* Resolve false negative for implicit str concat inside callsPierre Sassoulas2022-05-024-3/+24
* Add regression test for #6372Jacob Walls2022-05-021-0/+4
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+2
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-188-28/+29
* Normalize the pylint disables in functional testsPierre Sassoulas2022-04-181-1/+1
* Require python ``3.7.2+`` (#5921)Daniël van Noord2022-04-113-6/+2
* New check E0244: Extending inherited Enum class (#6018)Joe Young2022-04-042-0/+22
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* Don't emit `raising-bad-type` when there is ambiguity (#5968)Jacob Walls2022-03-251-0/+18
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-1223-89/+89
* Fix false positive for `invalid-class-object` when inference fails (#5901)Jacob Walls2022-03-121-0/+14
* Fixes for tests due to new ``tolineno`` behaviourDaniël van Noord2022-03-122-11/+6
* Move functional test files to new structureDaniël van Noord2022-02-1043-3/+3
* Fix ``super-init-not-called`` if parent or ``self`` is a ``Protocol`` (#5697)Daniël van Noord2022-01-241-2/+2