5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
|
[flake8]
|
||
|
ignore =
|
||
|
exclude = .git,__pycache__,.gitlab
|
||
|
max-complexity = 15
|
||
|
builtins=_
|