6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
[flake8]
|
||
|
ignore = D203
|
||
|
exclude = .git,__pycache__
|
||
|
max-complexity = 10
|
||
|
max-line-length = 108
|