| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | audit + string joining | Anthony Sottile | 2021-03-30 | 1 | -2/+2 |
| | | |||||
| * | audit % format calls | Anthony Sottile | 2021-03-30 | 1 | -4/+4 |
| | | |||||
| * | com2ann | Anthony Sottile | 2021-03-30 | 1 | -4/+2 |
| | | |||||
| * | automatic: pyupgrade --py36-plus | Anthony Sottile | 2021-03-30 | 1 | -4/+1 |
| | | |||||
| * | remove vcs integration | Anthony Sottile | 2021-03-29 | 1 | -7/+0 |
| | | |||||
| * | Help clarify the option behaviour | msmetko | 2020-06-07 | 1 | -1/+1 |
| | | |||||
| * | Support pyflakes 2.2.x | Anthony Sottile | 2020-04-11 | 1 | -0/+16 |
| | | |||||
| * | move from optparse to argparse | Anthony Sottile | 2019-08-17 | 1 | -2/+0 |
| | | |||||
| * | pyflakes: Change to `normalize_path()` for filename normalization | Eric N. Vander Weele | 2019-07-08 | 1 | -1/+1 |
| | | | | | | | | It's unnecessary to call the `normalize_paths()` function because it is intended for dealing with multiple paths to normalize. Given that `normalize_paths()` utilizes `normalize_path()`, just call `normalize_path()` directly. | ||||
| * | mypy now passes | Anthony Sottile | 2019-05-19 | 1 | -2/+3 |
| | | |||||
| * | Remove pyflakes monkeypatching | Anthony Sottile | 2019-02-16 | 1 | -11/+1 |
| | | |||||
| * | Fix reporting of UndefinedLocal pyflakes error | Anthony Sottile | 2019-01-31 | 1 | -5/+5 |
| | | |||||
| * | WIP: use latest pyflakes | Anthony Sottile | 2019-01-19 | 1 | -2/+8 |
| | | |||||
| * | Call pyflakes api better | Anthony Sottile | 2018-12-31 | 1 | -1/+1 |
| | | |||||
| * | Use black to reformat Flake8 | Ian Stapleton Cordasco | 2018-10-20 | 1 | -66/+88 |
| | | | | | | Instead of just using Flake8 and pylint to keep Flake8 clean, let's also use black to make it less manual for clean-up. | ||||
| * | Update to pyflakes 2.0.0 | Miro Hrončok | 2018-06-05 | 1 | -0/+2 |
| | | | | | | | - Add new pyflakes codes - Bump the required versions - Fixes https://gitlab.com/pycqa/flake8/issues/422 | ||||
| * | Clean up some uses of set, list, and dict | Jon Dufresne | 2017-05-13 | 1 | -29/+29 |
| | | | | | | | * Use set literals instead of set([...]) * Avoid list(sorted(...)) as sorted returns a list * Replace dict() with dict literal | ||||
| * | Assign missing codes to PyFlakes messages | Lukasz Langa | 2016-11-28 | 1 | -17/+34 |
| | | | | | | | | | Some PyFlakes messages weren't covered by unique messages, making them impossible to select/ignore. This is now fixed. To ensure we don't regress in the future, a test has been added that fails if there's any uncovered messages. | ||||
| * | Fixed E305: expected 2 blank lines after class or function definition | Ondřej Nový | 2016-11-08 | 1 | -0/+2 |
| | | |||||
| * | Set-up default attributes for FlakesCheckerbug/179 | Ian Cordasco | 2016-08-03 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'origin/proposed/3.0' into master3.0.0b1 | Ian Cordasco | 2016-06-25 | 1 | -0/+1 |
| | | |||||
| * | Move flake8 into src | Ian Cordasco | 2016-06-25 | 1 | -0/+140 |
| This is an emerging best practice and there is little reason to not follow it | |||||
