Add flake8 config reflecting our code formatting

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-06-21 13:02:03 +02:00
parent 66f46d8a25
commit 61f2fbcba8
No known key found for this signature in database
GPG Key ID: 96ED3C3BA19C3DEE

4
setup.cfg Normal file
View File

@ -0,0 +1,4 @@
[flake8]
max-line-length=80
ignore=E128,E302,E126,E127,E122