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 f7448729fa
commit e0a9af8d1a
7 changed files with 148 additions and 19 deletions
+10 -1
View File
@@ -1,8 +1,17 @@
.PHONY: sync up recreate down restart rebuild gateway logs shell deploy
.PHONY: sync check fix up recreate down restart rebuild gateway logs shell deploy
sync:
uv sync --extra local
check:
uv run ruff format --check
uv run ruff check
uv run ty check
fix:
uv run ruff format
uv run ruff check --fix
up:
docker compose up -d