From ceed6a8222cc0d050a865ab0ef30ce6d8862a54f Mon Sep 17 00:00:00 2001 From: ZipFile Date: Sun, 1 Jun 2025 18:45:47 +0000 Subject: [PATCH] Add `combine_as_imports = true` isort option --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7512cb94..88553178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,6 +91,7 @@ show_missing = true [tool.isort] profile = "black" +combine_as_imports = true [tool.pylint.main] ignore = ["tests"]