pass-gen/setup.cfg
2022-09-24 18:32:00 +02:00

4 lines
110 B
INI

[flake8]
exclude = .git, __pycache__, __init__.py, app/migrations/*
max-complexity = 13
max-line-length = 100