11 lines
165 B
Text
11 lines
165 B
Text
|
|
[flake8]
|
||
|
|
max-line-length = 88
|
||
|
|
extend-ignore = E203, W503
|
||
|
|
per-file-ignores =
|
||
|
|
tests/*:E501,F841
|
||
|
|
exclude =
|
||
|
|
.venv,
|
||
|
|
build,
|
||
|
|
dist,
|
||
|
|
.git,
|
||
|
|
__pycache__
|