Commit ecae14c
committed
Switch basic flake8 linter with Lintly-Flake8
The current flake8 linter only shows console
output, which basically means we have to tell
contributors to look at that (which is hard)
or fix the style ourselves (which takes time
and really shouldn't be our priority).
This new linter I found on GitHub Marketplace
should add reviews to code with style suggestions
based on output from flake8, so that solves that issue.1 parent 31d347e commit ecae14c
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments