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:
Adeeb Shihadeh
2024-08-01 22:16:13 -07:00
committed by GitHub
parent 41e549f8c8
commit 1feb6d671a
12 changed files with 101 additions and 291 deletions
-6
View File
@@ -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