test: coverage

This commit is contained in:
banteg
2025-12-29 17:54:37 +04:00
parent 8dd38e596c
commit 350c4266e0
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.PHONY: check
check:
uv run ruff check .
uv run ty check .
uv run pytest