From 7be44d6ddb36858413b3a4dd6c3e386be87973b7 Mon Sep 17 00:00:00 2001 From: Charlie Miller <35689954+Charlie-iProov@users.noreply.github.com> Date: Thu, 18 Aug 2022 19:18:50 +0100 Subject: [PATCH] added black profile to isort to simplify configuration (#3252) Co-authored-by: Viridius <76791633+Viridius@users.noreply.github.com> --- .github/linters/.isort.cfg | 2 ++ TEMPLATES/.isort.cfg | 8 +------- 2 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 .github/linters/.isort.cfg 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