Swap out pyright for ty
This commit is contained in:
parent
f36880f82c
commit
43cc427727
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -3,7 +3,7 @@ lint:
|
||||||
uv run ruff format .
|
uv run ruff format .
|
||||||
|
|
||||||
typecheck:
|
typecheck:
|
||||||
uv run pyright
|
uvx ty check
|
||||||
|
|
||||||
test:
|
test:
|
||||||
uv run pytest
|
uv run pytest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue