Skip to content

Commit f57e7cc

Browse files
committed
swap mypy in lint CI for pyright
1 parent 7184dd2 commit f57e7cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: uv run ruff check --extend-exclude .devbox
3232

3333
- name: Type check
34-
run: uv run mypy
34+
run: uv run pyright

0 commit comments

Comments
 (0)