Add flake8 config file
This commit is contained in:
parent
04b86a7bd0
commit
9e096e8772
1 changed files with 5 additions and 0 deletions
5
.flake8
Normal file
5
.flake8
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[flake8]
|
||||||
|
ignore =
|
||||||
|
exclude = .git,__pycache__,.gitlab
|
||||||
|
max-complexity = 15
|
||||||
|
builtins=_
|
Loading…
Add table
Reference in a new issue