@@ -3,14 +3,14 @@
install:
uv sync
test:
test: lint
uv run pytest tests/
lint:
uv run ruff check src/
uv run ruff check src/ tests/
fix:
uv run ruff check src/ --fix
uv run ruff check src/ tests/ --fix
typecheck:
uv run mypy src/
The note is not visible to the blocked user.