Skip to content

Commit 5e305c2

Browse files
committed
chore(ci): Disable pyright until type checks passes
1 parent a625f9c commit 5e305c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
python: "3.14"
2828
tox: "3.14"
2929
coverage: true
30-
- name: "pyright"
31-
python: "3.14"
32-
tox: "pyright"
30+
# - name: "pyright"
31+
# python: "3.14"
32+
# tox: "pyright"
3333
- name: "ruff check"
3434
python: "3.14"
3535
tox: "ruff-check"

0 commit comments

Comments
 (0)