Skip to content

Commit 23b41c3

Browse files
Jacksunweicopybara-github
authored andcommitted
Uses google's profile for isort.
PiperOrigin-RevId: 753619497
1 parent 14933ba commit 23b41c3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pyproject.toml

+2-8
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,8 @@ exclude = ['src/**/*.sh']
135135
name = "google.adk"
136136

137137
[tool.isort]
138-
# Organize imports following Google style-guide
139-
force_single_line = true
140-
force_sort_within_sections = true
141-
honor_case_in_force_sorted_sections = true
142-
order_by_type = false
143-
sort_relative_in_force_sorted_sections = true
144-
multi_line_output = 3
145-
line_length = 200
138+
profile = "google"
139+
146140

147141
[tool.pytest.ini_options]
148142
testpaths = ["tests"]

0 commit comments

Comments
 (0)