mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
undo script change
This commit is contained in:
parent
10bb240e23
commit
64d048409f
@ -4,7 +4,7 @@ if [ -z "$(ls | grep CONTRIBUTING.md)" ]; then
|
|||||||
exit -1
|
exit -1
|
||||||
else
|
else
|
||||||
echo "Formatting backend and tests with black and isort, also checking for standards with flake8"
|
echo "Formatting backend and tests with black and isort, also checking for standards with flake8"
|
||||||
python3 -m black gradio test
|
python -m black gradio test
|
||||||
python3 -m isort --profile=black gradio test
|
python -m isort --profile=black gradio test
|
||||||
python3 -m flake8 --ignore=E731,E501,E722,W503,E126,F401,E203 gradio test
|
python -m flake8 --ignore=E731,E501,E722,W503,E126,F401,E203 gradio test
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user