diff --git a/pyproject.toml b/pyproject.toml index 436db8c..a339e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]