diff --git a/setup.cfg b/setup.cfg index 6deafc261..f7d63f5dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,6 @@ [flake8] max-line-length = 120 +extend-ignore = E203 + +[isort] +profile = black