chore(api/models): apply ruff reformatting (#7600)

Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
Bowen Liang
2024-09-10 17:08:06 +08:00
committed by GitHub
parent d1605952b0
commit d109881410
14 changed files with 1265 additions and 1138 deletions

View File

@@ -68,7 +68,6 @@ ignore = [
[tool.ruff.format]
exclude = [
"models/**/*.py",
"migrations/**/*",
]