diff --git a/setup.cfg b/setup.cfg index 64d67c8d..f59a5edc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ universal = 1 [flake8] -ignore = +ignore = W503, W504 max-line-length = 120 max-complexity = 10