Update isort config

This commit is contained in:
Matthias
2024-05-12 15:01:17 +02:00
parent bc0f0b4845
commit c8ebaef936

View File

@@ -75,8 +75,9 @@ exclude = '''
[tool.isort] [tool.isort]
line_length = 100 line_length = 100
multi_line_output=0 profile = "black"
lines_after_imports=2 # multi_line_output=3
# lines_after_imports=2
skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*"] skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*"]
[tool.pytest.ini_options] [tool.pytest.ini_options]