Add longer line lengths to #pycodestyle
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
ignore = E226,E302,E41,E0202,E1101,W503
|
ignore = E226,E302,E41,E0202,E1101,W503
|
||||||
max-line-length = 88
|
max-line-length = 120
|
||||||
statistics = True
|
statistics = True
|
||||||
|
|||||||
Reference in New Issue
Block a user