summaryrefslogtreecommitdiff
path: root/tests/functional/c/consider
Commit message (Expand)AuthorAgeFilesLines
* Modified all occurences of "a f-string" to "an f-string"Elazrod562023-04-202-31/+31
* Improve output of `consider-using-generator` message for `min()` calls with `...Jacob Walls2023-04-162-0/+6
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-296-6/+6
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-261-1/+1
* [consider-using-sys-exit] Better rationale and added confidencePierre Sassoulas2022-12-281-3/+3
* ``consider-using-with`` now triggers for ``pathlib.Path.open`` (#7968)Gideon2022-12-212-24/+38
* Extend `consider-using-join` to detect non-empty separators (#7481)Levi Gruspe2022-11-132-7/+47
* Do not report `consider_iterating_dictionary` if bitwise operations are used ...Dani Alcala2022-11-103-28/+52
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-162-97/+0
* Add ``consider-using-augmented-assign`` checker (#7514)Daniël van Noord2022-09-222-0/+97
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-182-6/+6
* [consider-using-in] Add the proper confidence to the messagePierre Sassoulas2022-07-041-14/+14
* [consider-using-in] Suggest set instead of tuple for membershipPierre Sassoulas2022-07-041-14/+14
* Fixed misinterpreted modulo sign for ``consider-using-f-string`` (#6914)Paul Lichtenberger2022-06-112-18/+21
* Change wording of use a generator message for sum/max/min (#6600)Pierre Sassoulas2022-05-132-4/+16
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-052-2/+2
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-042-2/+2
* Update tests and testoptions for PyPyDaniël van Noord2022-05-033-13/+9
* New checker `unnecessary-list-index-lookup` (#4525) (#5834)Tim Martin2022-03-251-1/+1
* Add `iterating-modified-list` checker for modified lists (#5628)orSolocate2022-02-011-1/+1
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-261-1/+1
* Fix false negative for `used-before-assignment` when an Except intervenes bet...Jacob Walls2022-01-152-1/+3
* Fix false positive `consider-using-dict-comprehension` when creating a dict u...Tushar Sadhwani2021-12-302-1/+8
* Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...Jacob Walls2021-12-142-2/+1
* chore(*): moved changelog entry from 2.12 to 2.13Yu Shao, Pang2021-11-291-26/+26
* added util functions and changed code according to pr commentsYu Shao2021-11-292-7/+11
* Apply suggestions from code reviewyushao22021-11-291-1/+15
* fix(consider-interating-dictionary): fix false negativesYu Shao2021-11-292-18/+34
* Update functional test expected output (#5349)Daniël van Noord2021-11-2416-157/+157
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-1/+1
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-173-16/+16
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-061-0/+8
* Make ``consider-using-f-string`` skip `format()` with backslash (#5055)Daniël van Noord2021-09-212-25/+36
* Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord2021-09-142-16/+49
* Extend consider-using-in for attribute accessMarc Mueller2021-09-052-1/+9
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-031-30/+30
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-302-6/+98
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-302-0/+137
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-0/+4
* Fix bugs in W0640 cell-var-from-loop checker (#4827)David Liu2021-08-121-1/+1
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-293-3/+3
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-283-18/+18
* Fix crash if a callable returning a context manager was assigned to a list or...DudeNr332021-07-212-0/+16
* Fix 4689 Exclude ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` from ``co...DudeNr332021-07-202-33/+88
* Fix false-positive 'consider-using-with' for ternary inside 'with' (#4679)DudeNr332021-07-061-1/+16
* Fix false-positive ``consider-using-with`` when using ``contextlib.ExitStack`...DudeNr332021-07-041-0/+8
* fix false positive of `consider-using-dict-items`Yu Shao, Pang2021-07-012-16/+36
* Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-122-79/+0
* Revert "Fix existing tests"Marc Mueller2021-06-102-26/+26
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-102-33/+0