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]