5 lines
92 B
INI
5 lines
92 B
INI
[flake8]
|
|
ignore = D203
|
|
exclude = .git,__pycache__,docs/conf.py,scent.py
|
|
max-complexity = 10
|