@@ -1,5 +1,6 @@
[flake8]
ignore = D203
exclude = .git,__pycache__
ignore = E203,W504,W191
exclude = .git,__pycache__,orm/rbac.py
max-complexity = 10
max-line-length = 108
indent-string = ' '
The note is not visible to the blocked user.