add setup.cfg to configure flake8

This commit is contained in:
gcarq 2017-12-16 03:28:29 +01:00
parent ddd3d2d0a9
commit f6d85e021f

4
setup.cfg Normal file
View File

@ -0,0 +1,4 @@
[flake8]
#ignore = E226,E302,E41
max-line-length = 100
max-complexity = 12