chore(*): ruff, ty, pre-commit and make check for config.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user