Commit 8356c72
committed
Resolve conflict between Black and Flake8 code styles
The project uses the Arduino tooling standard target line length of 120.
Flake8's rule E501 uses this as a hard limit, erroring if any line in a Python file exceeds it.
Black uses 120 as a target length, but may format some lines longer than 120 when it considers complying with the limit
to be harmful.
So rule E501 must be disabled. The line length limit will still be enforced by the formatting check.1 parent 8866d4a commit 8356c72
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
0 commit comments