installing dev dependencies

This commit is contained in:
Mistral Vibe
2026-04-10 10:13:28 +02:00
parent 48a73246a1
commit 6f77bb8c42
7 changed files with 558 additions and 1 deletions

View File

@@ -34,3 +34,8 @@ packages = ["src/worker"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
[dependency-groups]
dev = [
"ruff>=0.15.8",
]