chore(*): ruff, ty, pre-commit and make check for config.py

This commit is contained in:
hh
2026-08-28 02:20:36 +02:00
parent ef5adf231a
commit 71af41f35f
7 changed files with 148 additions and 19 deletions
+6
View File
@@ -27,3 +27,9 @@ beaver-gateway = [
{ git = "https://git.kotikot.com/beaver/beaver-gateway.git", branch = "main", extra = "prod" },
]
raycast-api = { git = "https://git.kotikot.com/beaver/raycast-api" }
[dependency-groups]
dev = [
"ruff>=0.15.13",
"ty>=0.0.37",
]