Files

10 lines
87 B
Makefile
Raw Permalink Normal View History

all: check test
.PHONY: check
check:
uvx ty check
.PHONY: test
test:
uv run pytest