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