13 lines
196 B
INI
13 lines
196 B
INI
[flake8]
|
|
max-line-length = 88
|
|
max-complexity = 10
|
|
select = C,E,F,W,B,B950
|
|
ignore = E203,E501,W503
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
*.egg-info,
|
|
.nox,
|
|
.pytest_cache,
|
|
.mypy_cache
|