This commit is contained in:
Freddy Boulton 2023-04-04 11:02:20 -07:00 committed by GitHub
parent 46ee226d8c
commit 070b304e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 4 deletions

View File

@ -8,7 +8,7 @@ on:
concurrency:
group: backend-${{ github.ref }}-${{ github.event_name == 'push' || github.event.inputs.fire != null }}
cancel-in-progress: false
cancel-in-progress: true
env:
NODE_OPTIONS: "--max-old-space-size=4096"

View File

@ -6,6 +6,7 @@ cd "$(dirname ${0})/.."
echo "Linting..."
ruff test gradio_client
black --check test gradio_client
pyright gradio_client/*.py
echo "Testing..."
python -m pip install -e ../../. # Install gradio from local source (as the latest version may not yet be published to PyPI)

View File

@ -5,3 +5,6 @@ cd "$(dirname ${0})/.."
echo "Formatting the client library.. Our style follows the Black code style."
ruff --fix test gradio_client
black test gradio_client
echo "Type checking the client library with pyright"
pyright gradio_client/*.py

View File

@ -2,3 +2,4 @@ black==22.6.0
pytest-asyncio
pytest==7.1.2
ruff==0.0.260
pyright==1.1.298

View File

@ -3,6 +3,4 @@ source scripts/helpers.sh
pip_required
pip install --upgrade pip
pip install pyright==1.1.298
pyright gradio/*.py client/python/gradio_client/*.py
pyright gradio/*.py

View File

@ -163,6 +163,7 @@ pygments==2.12.0
# via ipython
pyparsing==3.0.9
# via packaging
pyright==1.1.298
pyrsistent==0.18.1
# via jsonschema
pytest==7.1.2

View File

@ -168,6 +168,7 @@ python-dateutil==2.8.2
# via
# botocore
# pandas
pyright==1.1.298
pytz==2022.1
# via pandas
pywavelets==1.3.0