summaryrefslogtreecommitdiff
path: root/tests/functional/c/consider/consider_using_with_open.py
Commit message (Expand)AuthorAgeFilesLines
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
* Update tests and testoptions for PyPyDaniël van Noord2022-05-031-4/+2
* Fix false negative for `used-before-assignment` when an Except intervenes bet...Jacob Walls2022-01-151-1/+2
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-301-1/+92
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-0/+4
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-15/+15
* Fix false-positive 'consider-using-with' for ternary inside 'with' (#4679)DudeNr332021-07-061-1/+16
* Consider using with no assign (#4476)DudeNr332021-05-171-0/+10
* Issue 4430 false positive consider-using-with R1732 (#4453)DudeNr332021-05-091-0/+26
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-0/+15