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