mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-05-01 14:18:02 +00:00
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
|