mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-04-16 16:15:31 +00:00
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
|