diff --git a/setup.cfg b/setup.cfg index 45d7783fd..1eabbdceb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [flake8] ignore = E203 + W503 max-line-length = 99 statistics = True exclude = venv,build