From 2879f2ab2ec3071f9ebc615385b6fa336134b9f1 Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Fri, 17 Nov 2023 09:14:12 -0500 Subject: [PATCH] add pre-commit install to bootstrap --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 972258ac3..3c29ca496 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ bootstrap: ## Set up everything to run the app poetry install --sync --no-root poetry self add poetry-dotenv-plugin poetry self update + poetry run pre-commit install createdb notification_api || true (poetry run flask db upgrade) || true