forked from auracaster/pyalsaaudio
9 lines
113 B
Makefile
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
|