Files
takopi/Makefile
T

8 lines
105 B
Makefile

.PHONY: check
check:
uv run ruff format --check
uv run ruff check .
uv run ty check .
uv run pytest