chore(api/tasks): apply ruff reformatting (#7594)

This commit is contained in:
Bowen Liang
2024-08-26 13:38:37 +08:00
committed by GitHub
parent 3be756eaed
commit 979422cdc6
29 changed files with 546 additions and 508 deletions

View File

@@ -75,7 +75,6 @@ exclude = [
"models/**/*.py",
"migrations/**/*",
"services/**/*.py",
"tasks/**/*.py",
]
[tool.pytest_env]