core/.flake8

7 lines
140 B
Plaintext
Raw Normal View History

2022-09-03 10:50:14 +00:00
[flake8]
ignore = E203,W504,W191,W503
2022-09-04 17:20:38 +00:00
exclude = .git,__pycache__,orm/rbac.py
2022-09-03 10:50:14 +00:00
max-complexity = 10
max-line-length = 108
2022-09-04 17:20:38 +00:00
indent-string = ' '