notebook precommit install (#22382)

* notebook precommit install

* Update update_requirements.sh

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 06944165d0
commatwo_master
HaraldSchafer 4 years ago committed by GitHub
parent 4852437483
commit b8ba7a0d5d
  1. 5
      update_requirements.sh

@ -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)

Loading…
Cancel
Save