From e8071a1341ae7f8ae96355c627f6bbbcbdba68a9 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 16 Jul 2024 18:09:57 +0300 Subject: [PATCH] (feat) add more config to pyproject --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) 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 = [