forked from Mirror/pmbootstrap
flake8: increase the line length limit (MR 2168)
80 is quite conservative, to the point where it often impacts code readability rather than improving it.
This commit is contained in:
parent
18a16c7899
commit
0d5ff8f520
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal=0
|
universal=0
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
max-line-length=100
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue