Uses google's profile for isort.

PiperOrigin-RevId: 753619497
This commit is contained in:
Wei Sun 2025-05-01 09:29:42 -07:00 committed by Copybara-Service
parent 14933ba470
commit 23b41c3f94

View File

@ -135,14 +135,8 @@ exclude = ['src/**/*.sh']
name = "google.adk"
[tool.isort]
# Organize imports following Google style-guide
force_single_line = true
force_sort_within_sections = true
honor_case_in_force_sorted_sections = true
order_by_type = false
sort_relative_in_force_sorted_sections = true
multi_line_output = 3
line_length = 200
profile = "google"
[tool.pytest.ini_options]
testpaths = ["tests"]