6 lines
105 B
INI
6 lines
105 B
INI
[flake8]
|
|
extend-ignore = E203
|
|
exclude = .git,__pycache__,.venv
|
|
max-complexity = 10
|
|
max-line-length = 120
|