workspaces/justfile

7 lines
94 B
Makefile

format:
uv run ruff format .
check:
uv run ruff check . --fix
uv run ty check .