From c8ebaef936947fcc0627367f458f55aa17457f98 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 12 May 2024 15:01:17 +0200 Subject: [PATCH] Update isort config --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e02079a2..37d6f5238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,8 +75,9 @@ exclude = ''' [tool.isort] line_length = 100 -multi_line_output=0 -lines_after_imports=2 +profile = "black" +# multi_line_output=3 +# lines_after_imports=2 skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*"] [tool.pytest.ini_options]