Files
pyalsaaudio/Makefile
2025-09-03 11:45:29 +08:00

9 lines
113 B
Makefile

.PHONY: lint test
lint:
uv run --group lint pyright
uv run --group lint stubtest
test:
uv run tests/test.py