Add flake8 config file

This commit is contained in:
Philipp Hörist 2018-05-11 22:03:13 +02:00
parent 04b86a7bd0
commit 9e096e8772
1 changed files with 5 additions and 0 deletions

5
.flake8 Normal file
View File

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