core/.flake8
Igor Lobanov c2cc428abe lint
2023-10-26 22:38:31 +02:00

7 lines
125 B
INI

[flake8]
ignore = E203
exclude = .git,__pycache__,orm/rbac.py
max-complexity = 15
max-line-length = 100
indent-string = ' '