2024-12-26 14:42:24 +02:00

5 lines
119 B
INI

[flake8]
extend-ignore = E203, E701, E704, W605, F405
exclude = .git,__pycache__,venv,migrations
max-line-length = 120