refactor: split changes for api/services/tools/api_tools_manage_servi… (#29899)

This commit is contained in:
Asuka Minato
2025-12-31 11:24:35 +09:00
committed by GitHub
parent de53c78125
commit fb5edd0bf6
3 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
exclude = ["migrations/*"]
exclude = [
"migrations/*",
".git",
".git/**",
]
line-length = 120
[format]