We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8252134 commit d6f6e02Copy full SHA for d6f6e02
update_requirements.sh
@@ -47,5 +47,7 @@ pyenv rehash
47
echo "pre-commit hooks install..."
48
for f in .pre-commit-config.yaml */.pre-commit-config.yaml; do
49
cd $DIR/$(dirname $f)
50
- $RUN pre-commit install
+ if [ -e ".git" ]; then
51
+ $RUN pre-commit install
52
+ fi
53
done
0 commit comments