- Notifications
You must be signed in to change notification settings - Fork675
Commitf518e87
committed
fix: tox pep8 target, so that it can run
Previously running the pep8 target would fail as flake8 was notinstalled.Now install flake8 for the pep8 target.NOTE: Running the pep8 target fails as there are many warnings/errors.But it does allow us to run it and possibly work on reducing thesewarnings/errors in the future.In addition, add two checks to the ignore list as black takes care offormatting. The two checks added to the ignore list are: * E501: line too long * W503: line break before binary operator1 parenta7ec67f commitf518e87
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | | - | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments
Comments
(0)