Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move no-self-use to optional extension (#6448) | Marc Mueller | 2022-05-05 | 1 | -1/+1 |
* | Update tests and testoptions for PyPy | Daniël van Noord | 2022-05-03 | 1 | -4/+2 |
* | Fix false negative for `used-before-assignment` when an Except intervenes bet... | Jacob Walls | 2022-01-15 | 1 | -1/+2 |
* | Implement basic control flow checks for ``consider-using-with`` (#4929) | Andreas Finkler | 2021-08-30 | 1 | -1/+92 |
* | Suppress ``consider-using-with`` on return statements | DudeNr33 | 2021-08-15 | 1 | -0/+4 |
* | Add unspecified-encoding checker #3826 (#4753) | Daniël van Noord | 2021-07-28 | 1 | -15/+15 |
* | Fix false-positive 'consider-using-with' for ternary inside 'with' (#4679) | DudeNr33 | 2021-07-06 | 1 | -1/+16 |
* | Consider using with no assign (#4476) | DudeNr33 | 2021-05-17 | 1 | -0/+10 |
* | Issue 4430 false positive consider-using-with R1732 (#4453) | DudeNr33 | 2021-05-09 | 1 | -0/+26 |
* | Enhancement #3413 ``consider-using-with`` (#4372) | DudeNr33 | 2021-04-23 | 1 | -0/+15 |