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