chore: apply linting fixes and expand ruff coverage to test suite

This commit is contained in:
jack
2026-07-06 15:52:53 -07:00
parent d63332d619
commit 015642eea0
24 changed files with 144 additions and 67 deletions
+3 -3
View File
@@ -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/