chore: top-level makefile for common dev tasks

This commit is contained in:
Matteo Bernardini
2025-08-24 22:03:53 +08:00
parent 4c75488b47
commit b4e2ea4fd5

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: lint test
lint:
uv run pyright
uv run stubtest
test:
uv run tests/test.py