This commit is contained in:
Igor Lobanov
2023-10-26 22:38:31 +02:00
parent 1c49780cd4
commit c2cc428abe
64 changed files with 631 additions and 626 deletions

View File

@@ -1,6 +1,6 @@
[flake8]
ignore = E203,W504,W191,W503
ignore = E203
exclude = .git,__pycache__,orm/rbac.py
max-complexity = 10
max-line-length = 108
max-complexity = 15
max-line-length = 100
indent-string = ' '