summaryrefslogtreecommitdiff
path: root/tests/functional/u/unnecessary
Commit message (Expand)AuthorAgeFilesLines
* Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...github-actions[bot]2023-03-282-0/+13
* Fix crash when using ``enumerate`` with ``start`` and a class attribute (#7824)Dani Alcala2022-11-241-0/+11
* Fixes ``unnecessary-list-index-lookup`` false negative when ``enumerate`` is ...Dani Alcala2022-11-172-0/+10
* false positive `unnecessary-list-index-lookup` for enumerate (#7685)Dani Alcala2022-11-132-0/+53
* Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-091-1/+1
* Remove __index__ from unnecessary-dunder-call check (#7650)Dani Alcala2022-10-201-0/+6
* Check `` py-version`` for async ``unnecessary-dunder-call`` (#7549)Daniël van Noord2022-10-015-0/+36
* Skip ``unnecessary-list-index-lookup`` if we encounter if statements (#7334)Daniël van Noord2022-08-221-0/+7
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-184-16/+15
* Suppress ``unnecessary-list-index-lookup`` for whole loop on write (#6845)Tim Martin2022-06-113-0/+19
* Prevent warnings on dict / list index lookup with destructuring assignment (#...Tim Martin2022-06-042-0/+14
* Fix a crash in `unnecessary-list-index-lookup` when incorrectly using `enumer...Jacob Walls2022-05-131-0/+4
* Fix a crash in `unnecessary-dict-index-lookup` when subscripting an attribute...Jacob Walls2022-05-111-0/+7
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-042-2/+2
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-049-1/+66
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* Exclude `unnecessary-dunder-call` calls on uninstantiated classes and within ...Joe Young2022-04-232-20/+91
* Exclude dunder calls on super() from raising ``unnecessary-dunder-call`` (#6113)Joe Young2022-04-022-0/+12
* Fix false-positive for unnecessary-ellipsis checker on comparisons (#6075)Saugat Pachhai2022-04-011-0/+15
* Narrow the scope of the ``unnecessary-ellipsis`` checker (#6081)Mark Byrne2022-04-011-2/+2
* Fix crash in ``unnecessary-list-index-lookup`` checker (#6049)Tim Martin2022-03-311-0/+5
* Fix false positive for the ``unnecessary-ellipsis`` checker (#6039)Mark Byrne2022-03-301-1/+3
* Fix crash for ``unneccessary-ellipsis`` checker (#6038)Mark Byrne2022-03-301-0/+11
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-302-0/+49
* `unnecessary-ellipsis` false positive: allow ellipsis as default argument (#6...Joe Young2022-03-281-1/+5
* New checker `unnecessary-list-index-lookup` (#4525) (#5834)Tim Martin2022-03-254-0/+60
* Fix reported node for `unnecessary-comprehension` (#5601)Tushar Sadhwani2021-12-282-15/+15
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-132-0/+103
* Style - Remove unrelated error in tests for unnecessary-dict-index-lookupPierre Sassoulas2021-12-132-43/+48
* Fix #5504: Fix crash if the output of items() is assigned to a 1-tuple (#5505)Jacob Walls2021-12-121-0/+7
* fix(4716): fix false positive `unnecessary_dict_index_lookup` emitted when `d...yushao22021-12-032-0/+19
* Update functional test expected output (#5349)Daniël van Noord2021-11-245-60/+60
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-293-6/+6
* [unnecessary-dict-index-lookup] Add a test case in the functional testPierre Sassoulas2021-07-012-13/+17
* Apply suggestions from code reviewyushao22021-07-012-12/+10
* fix false positive of `unnecessary-dict-index-lookup`Yu Shao, Pang2021-07-012-25/+44
* Added suggestion in helptext for ``unnecessary-comprehension`` checker (#4500)yushao22021-05-252-9/+27
* Implemented new check unnecessary-dict-index-lookup (#4485)yushao22021-05-232-0/+86
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-078-0/+233