Commit 277e5a7
committed
tox: replace flake8 with a full pre-commit.
This runs much more.
Also, the plain `flake8` complained, because it was configured differently:
```
$ toxuv -e flake8
flake8: commands[0]> flake8 --ignore E501 setup.py src
src/mr/developer/commands.py:710:50: E203 whitespace before ':'
src/mr/developer/extension.py:245:63: E203 whitespace before ':'
src/mr/developer/svn.py:214:17: W503 line break before binary operator
flake8: exit 1 (0.29 seconds) /Users/maurits/community/mr.developer> flake8 --ignore E501 setup.py src
```1 parent 131de28 commit 277e5a7
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments