@@ -0,0 +1,10 @@
test:
uv run pytest
lint:
uv run ruff check
fmt:
uv run ruff format
check: lint test
The note is not visible to the blocked user.