mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
fix nul (#4191)
This commit is contained in:
@@ -16,7 +16,7 @@ set +x
|
||||
|
||||
# use pre-commit 4.2.0
|
||||
if ! [[ $(pre-commit --version) == *"4.2.0"* ]]; then
|
||||
pip install pre-commit==4.2.0 1>nul
|
||||
pip install pre-commit==4.2.0 1>/dev/null
|
||||
fi
|
||||
|
||||
# Install clang-format before git commit to avoid repeat installation due to
|
||||
|
||||
Reference in New Issue
Block a user