Add longer line lengths to #pycodestyle

This commit is contained in:
Colin Powell
2019-08-21 13:29:30 -04:00
parent 25681436a1
commit e15a24db99

View File

@ -1,4 +1,4 @@
[pycodestyle]
ignore = E226,E302,E41,E0202,E1101,W503
max-line-length = 88
max-line-length = 120
statistics = True