mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
0cf93e50b8
* Add executable permission to scripts/*.sh * Set -eu to the shebang in /scripts/*.sh * Fix client/python/scripts/*.sh
7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
cd "$(dirname ${0})/.."
|
|
python -c "import gradio"
|
|
python -m ruff gradio test client
|
|
python -m ruff format --check gradio test client
|