5 lines
77 B
INI
5 lines
77 B
INI
|
[flake8]
|
||
|
exclude = .venv/,.pytest_cache/
|
||
|
ignore = E402
|
||
|
max-line-length = 119
|