forked from auracaster/pyalsaaudio
9 lines
87 B
Makefile
9 lines
87 B
Makefile
.PHONY: lint test
|
|
|
|
lint:
|
|
uv run pyright
|
|
uv run stubtest
|
|
|
|
test:
|
|
uv run tests/test.py
|