From d40ab1777029da52b2dcb7d3469a90c6afe6c661 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl Date: Thu, 29 May 2025 11:13:36 -0700 Subject: [PATCH] Update Makefile Co-authored-by: ccostino --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 138c95e78..2a949c67e 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,7 @@ bootstrap: ## Set up everything to run the app .PHONY: bootstrap-with-git-hooks bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks make generate-version-file - rm poetry.lock - poetry lock - poetry install --no-root - poetry sync + poetry sync --no-root git config --global --unset-all core.hooksPath poetry run pre-commit install git config --global core.hookspath "${GIT_HOOKS_PATH}"