diff --git a/setup.cfg b/setup.cfg index f6f50b0c03..697f6d1f02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,5 +4,5 @@ ignore = W293, # - E501 - line too long (82 characters) E501 -exclude = .git,__pycache__ +exclude = .git,__pycache__,*/migrations/* max-complexity = 20