diff --git a/setup.cfg b/setup.cfg index 61a1b69c6f..e56067f4ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,5 +6,5 @@ ignore = E501, E722, # - C901 - function is too complex C901, -exclude = .git,__pycache__,*/migrations/* +exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/* max-complexity = 20