mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
* format * add changeset * more ruff * changes * update --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
cd "$(dirname ${0})/.."
|
|
python -c "import gradio"
|
|
python -m ruff check gradio test client
|
|
python -m ruff format --check gradio test client
|