Set pep8-speaks line lenght limit to 79 (#1953)
This matches the travis check we're doing.pull/1954/head
parent
48bda2a754
commit
af8ded248c
|
@ -1,5 +1,5 @@
|
||||||
pycodestyle:
|
pycodestyle:
|
||||||
max-line-length: 80
|
max-line-length: 79
|
||||||
|
|
||||||
scanner:
|
scanner:
|
||||||
diff_only: True
|
diff_only: True
|
||||||
|
|
Loading…
Reference in New Issue