Files
takopi/Makefile
T
2025-12-29 17:54:37 +04:00

7 lines
77 B
Makefile

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