Add flake8 config file

This commit is contained in:
Philipp Hörist 2018-05-11 22:03:13 +02:00
parent 04b86a7bd0
commit 9e096e8772

5
.flake8 Normal file
View file

@ -0,0 +1,5 @@
[flake8]
ignore =
exclude = .git,__pycache__,.gitlab
max-complexity = 15
builtins=_