webapp/.flake8

7 lines
140 B
Plaintext
Raw Normal View History

2023-01-07 22:38:47 +00:00
[flake8]
ignore = E203,W504,W191,W503
exclude = .git,__pycache__,orm/rbac.py
max-complexity = 12
max-line-length = 108
indent-string = ' '