chore: add ruff pre-commit hook

This commit is contained in:
Leon
2025-07-16 09:59:21 +02:00
parent 39924e69ab
commit 54c051c379
5 changed files with 132 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ include="app"
[dependency-groups]
test = [
"httpx>=0.28.1",
"pre-commit>=4.2.0",
"pytest>=8.4.1",
"ruff>=0.12.3",
]