summaryrefslogtreecommitdiff
path: root/tests/functional/u/unnecessary/unnecessary_dict_index_lookup.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-6/+6
* Suppress ``unnecessary-list-index-lookup`` for whole loop on write (#6845)Tim Martin2022-06-111-0/+6
* Prevent warnings on dict / list index lookup with destructuring assignment (#...Tim Martin2022-06-041-0/+5
* Fix a crash in `unnecessary-dict-index-lookup` when subscripting an attribute...Jacob Walls2022-05-111-0/+7
* Style - Remove unrelated error in tests for unnecessary-dict-index-lookupPierre Sassoulas2021-12-131-20/+25
* 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-031-0/+18
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniƫl van Noord2021-07-291-2/+2
* [unnecessary-dict-index-lookup] Add a test case in the functional testPierre Sassoulas2021-07-011-0/+3
* Apply suggestions from code reviewyushao22021-07-011-1/+0
* fix false positive of `unnecessary-dict-index-lookup`Yu Shao, Pang2021-07-011-2/+21
* Implemented new check unnecessary-dict-index-lookup (#4485)yushao22021-05-231-0/+63