mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
notebook precommit install (#22382)
* notebook precommit install
* Update update_requirements.sh
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 06944165d0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user