diff --git a/setup.cfg b/setup.cfg index 82906421..4d8d8cb3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ [flake8] max-line-length = 119 exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv,.venv +ignore = E203, W503 [pycodestyle] max-line-length = 119