@@ -3,6 +3,8 @@ ignore =
# - W293 - blank lines contain whitespace
W293,
# - E501 - line too long (82 characters)
E501
E501,
# - C901 - function is too complex
C901,
exclude = .git,__pycache__,*/migrations/*
max-complexity = 20
The note is not visible to the blocked user.