Skip to content

Commit f727165

Browse files
committed
CI: run pyright on sounddevice.py
1 parent 8aa11da commit f727165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analyzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install pyright
2222
- name: Check sounddevice module with Pyright
2323
run: |
24-
# TODO
24+
python -m pyright sounddevice.py
2525
- name: Install dependencies for examples
2626
run: |
2727
python -m pip install ffmpeg-python matplotlib soundfile

0 commit comments

Comments
 (0)