build: add ruff and pytest dependencies, install clang-format in image
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,4 +12,10 @@ dependencies = [
|
||||
"tortoise-orm>=0.25.1",
|
||||
"aiosqlite==0.21",
|
||||
"uvicorn[standard]>=0.38.0",
|
||||
"ruff>=0.15.17",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=9.1.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user