From f4fcf5404525b93c97eb484ad42909da1fcaf028 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 16 Jul 2024 18:12:29 +0300 Subject: [PATCH] (feat) update pyproject --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d9953af..fc17b06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ line-length = 120 target-version = ["py38"] [tool.isort] +line_length = 120 profile = "black" multi_line_output = 3 include_trailing_comma = true