Swap out pyright for ty

This commit is contained in:
Jared Miller 2026-02-07 22:02:13 -05:00
parent f36880f82c
commit 43cc427727
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -3,7 +3,7 @@ lint:
uv run ruff format .
typecheck:
uv run pyright
uvx ty check
test:
uv run pytest