Files
core/.flake8
2022-09-04 20:20:38 +03:00

7 lines
135 B
INI

[flake8]
ignore = E203,W504,W191
exclude = .git,__pycache__,orm/rbac.py
max-complexity = 10
max-line-length = 108
indent-string = ' '