diff --git a/setup.cfg b/setup.cfg index 7e3a22cb..1174eec6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -ignore = E302 +ignore = E302,W503 max-line-length = 119 [isort]