Remove pre-commit from env.sh

This commit is contained in:
Abraham Gonzalez
2023-08-30 11:39:13 -07:00
committed by GitHub
parent 49b51ba40a
commit 4cfc16674c

View File

@@ -210,7 +210,6 @@ cat <<EOT >> env.sh
# line auto-generated by $0
conda activate $CYDIR/.conda-env
source $CYDIR/scripts/fix-open-files.sh
pre-commit install
EOT
echo "Setup complete!"