summaryrefslogtreecommitdiff
path: root/tests/functional/u
Commit message (Expand)AuthorAgeFilesLines
* Regression fix for `unused-variable` false negative (#8684)Zen Lee2023-05-152-0/+18
* [use-implicit-booleaness] Reinstate tests that are expected to failPierre Sassoulas2023-05-031-10/+10
* Add applicability notes for `compare-to-empty-string/zero` (#8592)Jason Lau2023-05-033-44/+44
* Switch from ' to " in use-implicit-booleaness-not-comparisonPierre Sassoulas2023-05-031-32/+32
* Merge the empty-string extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-023-0/+30
* Merge the compare-to-zero extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-023-0/+54
* Fix false negative for calling module-level function before definition (#8494)Jacob Walls2023-04-293-10/+23
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-242-10/+5
* Fix FP `used-before-assignment` for statements guarded under same test (#8581)Jacob Walls2023-04-162-1/+50
* Fix `used-before-assignment` TYPE_CHECKING false negatives (#8431)Zen Lee2023-04-152-0/+20
* Fix check unused arguments false positive bug (#8542)Théo Battrel2023-04-062-0/+23
* Add regression test for #7506 (#8432)Jacob Walls2023-04-032-8/+11
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-311-1/+1
* Fix `used-before-assignment` false positive for `TYPE_CHECKING` elif branch i...Zen Lee2023-03-305-7/+22
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2945-95/+95
* Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...cherryblossom2023-03-282-0/+13
* [cleanup] Move tests starting with 'unbalanced' in a subdirPierre Sassoulas2023-03-235-0/+0
* Add regression test for #5288 (#8385)Jacob Walls2023-03-072-0/+13
* Fix FP for used-before-assignment with assignment expressions in containers (...Jacob Walls2023-02-112-6/+9
* Fix `used-before-assignment` false positive for walrus operator in dictionary...Zen Lee2023-02-101-0/+13
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-074-17/+121
* Update docs for `global-variable-not-assigned` (#8151)Dani Alcala2023-02-011-1/+1
* Fix false positive for `use-maxsplit-arg` with custom split (#8114)yushao22023-01-301-0/+8
* Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-253-9/+9
* Fix FP for `used-before-assignment` when reimporting name used in type annota...Jacob Walls2023-01-232-1/+4
* Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)Zen Lee2023-01-083-0/+46
* Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975)Dani Alcala2022-12-262-5/+16
* Fix `used-before-assignment` if conditional imports guarded again when used (...Jacob Walls2022-12-252-5/+12
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-151-1/+8
* Fix unreleased false positives with `used-before-assignment` (#7921)Jacob Walls2022-12-122-0/+14
* Prevent `used-before-assignment` in pattern matching with a guard (#7922)Jacob Walls2022-12-122-0/+9
* Emit `used-before-assignment` for further imports guarded by TYPE_CHECKING (#...Jacob Walls2022-12-102-4/+16
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-302-2/+2
* Prevent `used-before-assignment` for variables defined in assignment expressi...Jacob Walls2022-11-252-4/+5
* Fix crash when using ``enumerate`` with ``start`` and a class attribute (#7824)Dani Alcala2022-11-241-0/+11
* Fix `used-before-assignment` for variable annotations guarded by TYPE_CHECKIN...Jacob Walls2022-11-232-4/+21
* Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-226-3/+94
* New checker `unbalanced dict unpacking` (#7750)Dani Alcala2022-11-204-10/+118
* Better error message for unpacking-non-sequence and unbalanced-tuple-unpackin...Pierre Sassoulas2022-11-192-11/+11
* Fix `valid-metaclass-classmethod-first-arg` default value (#7791)Cubicpath2022-11-191-2/+2
* Fix false positive for 'used-before-assignment' with terminating func (#7784)Dani Alcala2022-11-172-5/+18
* Fixes ``unnecessary-list-index-lookup`` false negative when ``enumerate`` is ...Dani Alcala2022-11-172-0/+10
* Fix false positive for ``unhashable-member`` when subclassing ``dict``. (#7757)Mark Byrne2022-11-141-0/+6
* Detect unreachable code after sys.exit, quit, exit, and os._exit (#7520)Dani Alcala2022-11-132-6/+58
* false positive `unnecessary-list-index-lookup` for enumerate (#7685)Dani Alcala2022-11-132-0/+53
* Fix a false negative for ``unused-import`` (#7678)Mark Byrne2022-11-093-0/+13
* [use-implicit-booleaness-not-comparison] Better message with the type of sequ...Pierre Sassoulas2022-11-091-32/+32
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-098-22/+68
* [implicit_booleaness_checker] Add the confidence to related messages (#7721)Pierre Sassoulas2022-11-062-55/+55
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-055-4/+5