Commit ea1e01e
committed
Align black line length for tox with precommit
.pre-commit-config.yaml passes --line-length=79 to black, while
tox.ini was passing -l 78, which left five files flipping back
and forth between local and github checks.
Those five files conform to a 79-character length, so change
the local check to match the GitHub check.1 parent 3875725 commit ea1e01e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments