update justfile

This commit is contained in:
2026-06-22 18:40:10 -04:00
parent cb29f435f3
commit 473dd68b33
2 changed files with 7 additions and 1 deletions

View File

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