mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
Uses google's profile for isort.
PiperOrigin-RevId: 753619497
This commit is contained in:
parent
14933ba470
commit
23b41c3f94
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user