From 43cc42772740468bab67823e660d07a31a1a0e68 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 7 Feb 2026 22:02:13 -0500 Subject: [PATCH] Swap out pyright for ty --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 2a629cb..e7226c6 100644 --- a/justfile +++ b/justfile @@ -3,7 +3,7 @@ lint: uv run ruff format . typecheck: - uv run pyright + uvx ty check test: uv run pytest