Set pep8-speaks line lenght limit to 79 (#1953)

This matches the travis check we're doing.
pull/1954/head
Åke 2019-01-15 17:18:26 +01:00 committed by Steve Penrod
parent 48bda2a754
commit af8ded248c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pycodestyle:
max-line-length: 80
max-line-length: 79
scanner:
diff_only: True