From 8f91f3a2f8d8ed291038260a95302104f4ec66c0 Mon Sep 17 00:00:00 2001 From: David Ochoa Date: Thu, 7 Mar 2024 09:51:54 +0000 Subject: [PATCH] revert: make setup dev not to update pre-commits (#524) --- utils/install_dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/install_dependencies.sh b/utils/install_dependencies.sh index e17290f1f..33c5cf8b1 100644 --- a/utils/install_dependencies.sh +++ b/utils/install_dependencies.sh @@ -30,7 +30,6 @@ poetry install --sync echo "Setting up pre-commit..." poetry run pre-commit install -poetry run pre-commit autoupdate poetry run pre-commit install --hook-type commit-msg echo "Activating the Poetry environment..."