From afee9031972ebb01156bb4430a07b1d2db5b1bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20D=C4=85browski?= Date: Thu, 16 May 2024 13:09:30 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b73ea41..a5cfc624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,7 @@ asyncio_mode = "strict" [tool.isort] -src_paths = ["uds", "tests"] +src_paths = ["uds",] line_length = 120 use_parentheses = true include_trailing_comma = true