diff --git a/.github/linters/.isort.cfg b/.github/linters/.isort.cfg new file mode 100644 index 00000000..b9fb3f3e --- /dev/null +++ b/.github/linters/.isort.cfg @@ -0,0 +1,2 @@ +[settings] +profile=black diff --git a/TEMPLATES/.isort.cfg b/TEMPLATES/.isort.cfg index aea6856e..b9fb3f3e 100644 --- a/TEMPLATES/.isort.cfg +++ b/TEMPLATES/.isort.cfg @@ -1,8 +1,2 @@ [settings] -profile= - -; vertical hanging indent mode also used in black configuration -multi_line_output = 3 - -; necessary because black expect the trailing comma -include_trailing_comma = true +profile=black