Skip to content

Commit e511768

Browse files
committed
add pyright back
1 parent 00099d0 commit e511768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
run: isort ./ --check
2525
- name: Run black
2626
run: black ./ --check
27+
- name: Run pyright
28+
run: pyright
2729
- name: Run test install
2830
run: pip install .

0 commit comments

Comments
 (0)