This commit is contained in:
2026-06-22 19:06:26 -04:00
parent 9938475855
commit 3f6f9599b5
4 changed files with 48 additions and 2 deletions

View File

@@ -6,8 +6,12 @@ lint:
fmt:
uv run ruff format
fix:
uv run ruff check --fix
typecheck:
uv run basedpyright
check: lint test typecheck