4 lines
112 B
INI
4 lines
112 B
INI
[flake8]
|
|
max-line-length = 120
|
|
max-complexity = 10
|
|
exclude = build,dist,docs/conf.py,todo/migrations,*.egg-info
|