mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 01:49:23 +08:00
Introduce static type checking with pyright (#255)
This commit is contained in:
committed by
GitHub
parent
d7995b8116
commit
0767030997
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -12,6 +12,8 @@ jobs:
|
||||
python-version: '3.10'
|
||||
- name: Run linters
|
||||
run: |
|
||||
pip install ruff
|
||||
pip install ruff pyright
|
||||
pip install -e .
|
||||
ruff check .
|
||||
ruff format --check --diff .
|
||||
ruff format --check --diff .
|
||||
pyright
|
||||
Reference in New Issue
Block a user