@@ -0,0 +1,9 @@
all: check test
.PHONY: check
check:
uvx ty check
.PHONY: test
test:
uv run pytest
The note is not visible to the blocked user.