diff --git a/update_requirements.sh b/update_requirements.sh index 313d2e3f9d..c9cda377af 100755 --- a/update_requirements.sh +++ b/update_requirements.sh @@ -39,4 +39,7 @@ pyenv rehash echo "precommit install ..." pre-commit install -[ -d "./xx" ] && cd xx && pre-commit install \ No newline at end of file + +# for internal comma repos +[ -d "./xx" ] && (cd xx && pre-commit install) +[ -d "./notebooks" ] && (cd notebooks && pre-commit install)