diff --git a/setup.cfg b/setup.cfg index 7795fec..bc5f723 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,5 @@ [isort] +extend_skip=env line_length=88 profile=black skip_gitignore=True