From 6d506122d997e0e71f576dc32d107a69909ab8e2 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 28 May 2025 22:05:13 -0500 Subject: [PATCH] Add pre-commit commands to install script --- scripts/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index c9633d4..0166078 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -4,6 +4,10 @@ npm install -g aws-cdk python3 -m pip install -r requirements.txt +# Install and configure pre-commit hooks +pre-commit install +pre-commit install-hooks + # Initialize and run database migrations alembic upgrade head