diff --git a/update_requirements.sh b/update_requirements.sh index 734fb29bf7..313d2e3f9d 100755 --- a/update_requirements.sh +++ b/update_requirements.sh @@ -39,3 +39,4 @@ pyenv rehash echo "precommit install ..." pre-commit install +[ -d "./xx" ] && cd xx && pre-commit install \ No newline at end of file