flake8: reduce max-line-length

This commit is contained in:
Christoph Gysin 2017-11-13 18:08:12 +02:00
parent 1094d7d95c
commit 55916cf4f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[flake8]
ignore = E722
max-line-length = 233
max-line-length = 130