set project max line length to 99 (flake8)

This commit is contained in:
Rahiel Kasim 2016-04-28 15:03:43 +02:00
parent c0489db17c
commit 0612385233

View file

@ -8,3 +8,6 @@ all_files = 1
[upload_sphinx]
upload-dir = docs/build/html
[flake8]
max-line-length = 99