diff --git a/setup.cfg b/setup.cfg index 8f2e7d6410..61a1b69c6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ignore = # - W293 - blank lines contain whitespace W293, # - E501 - line too long (82 characters) - E501, E722 + E501, E722, # - C901 - function is too complex C901, exclude = .git,__pycache__,*/migrations/*