6 lines
151 B
INI
6 lines
151 B
INI
|
[flake8]
|
||
|
max-line-length = 120
|
||
|
extend-ignore = E203
|
||
|
per-file-ignores =
|
||
|
__init__.py: F401, F403
|
||
|
exclude = **/*__init__.py,.venv/*,tox/*,build/*,dist/*
|