mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 05:42:13 +08:00
remove pre-commit (explorations) (#33172)
* remove pre-commit (explorations) * lint.sh * remove rest * add to release files * no source * 1min is all you need old-commit-hash: 13511e383c1679d17843e8cbf1bcb0a926f74c35
This commit is contained in:
@@ -43,9 +43,3 @@ if [[ "$(uname)" == 'Darwin' ]]; then
|
||||
echo "export ZMQ=1" >> $ROOT/.env
|
||||
echo "export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" >> $ROOT/.env
|
||||
fi
|
||||
|
||||
if [ "$(uname)" != "Darwin" ] && [ -e "$ROOT/.git" ]; then
|
||||
echo "pre-commit hooks install..."
|
||||
pre-commit install
|
||||
git submodule foreach pre-commit install
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user