Max line length of 79 chars.

This commit is contained in:
Todd Gamblin 2016-05-10 02:33:22 -07:00
parent 42edb6840e
commit 8f4efeea97
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[style]
based_on_style = pep8
column_limit = 80
column_limit = 79

View File

@ -1,3 +1,3 @@
[flake8]
ignore = W391,F403
max-line-length = 120
max-line-length = 79