mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-04-19 09:24:50 +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
|