Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions runtests
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ uv run ruff check "${check_args[@]}" src tests examples
echo "=== mypy ==="
uv run mypy src tests

echo "=== pyright ==="
uv run pyright src tests
echo "=== ty ==="
uv run ty check

echo "=== pytest ==="
uv run pytest
Expand Down
Loading