We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14933ba commit 23b41c3Copy full SHA for 23b41c3
pyproject.toml
@@ -135,14 +135,8 @@ exclude = ['src/**/*.sh']
135
name = "google.adk"
136
137
[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
+profile = "google"
+
146
147
[tool.pytest.ini_options]
148
testpaths = ["tests"]
0 commit comments