diff --git a/setup.cfg b/setup.cfg index 3f8cdaa..2088af9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [flake8] max-line-length = 120 exclude = .tox,.git,*/settings/*,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv +extend-ignore = E203 [pycodestyle] max-line-length = 120 @@ -16,6 +17,7 @@ skip_glob = **/migrations/*.py include_trailing_comma = true force_grid_wrap = 0 use_parentheses = true +profile = black [pycln] exclude = __init__.py,