diff --git a/pyproject.toml b/pyproject.toml index d4d8e16..d9953af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,11 @@ target-version = ["py38"] [tool.isort] profile = "black" +multi_line_output = 3 +include_trailing_comma = true +use_parentheses = true +ensure_newline_before_comments = true +combine_as_imports = true [tool.pre-commit] repos = [