From a930633fad512beee138d8dc38317cc8909e2b1e Mon Sep 17 00:00:00 2001 From: "Wei Sun (Jack)" Date: Mon, 5 May 2025 09:55:37 -0700 Subject: [PATCH] chore: Sets single_line_exclusions to [] to be consistent with internal style guide. PiperOrigin-RevId: 754974408 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0e4dd68..f49482d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,6 +145,7 @@ name = "google.adk" [tool.isort] profile = "google" +single_line_exclusions = [] [tool.pytest.ini_options]