notebook precommit install (#22382)

* notebook precommit install

* Update update_requirements.sh

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
HaraldSchafer 2021-09-29 19:05:11 -07:00 committed by GitHub
parent dd67dc6b34
commit 06944165d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -39,4 +39,7 @@ pyenv rehash
echo "precommit install ..."
pre-commit install
[ -d "./xx" ] && cd xx && pre-commit install
# for internal comma repos
[ -d "./xx" ] && (cd xx && pre-commit install)
[ -d "./notebooks" ] && (cd notebooks && pre-commit install)