flake8: add config

This commit is contained in:
Christoph Gysin 2017-11-05 23:00:38 +02:00
parent 72df46f8ab
commit c8c1f290db

3
.flake8 Normal file
View File

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