From 59d40241e26de3c9de1cfe3ac9432fb90f24f483 Mon Sep 17 00:00:00 2001 From: Francwa Date: Sat, 20 Dec 2025 04:33:05 +0100 Subject: [PATCH] feat: 'install-hooks' make command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5579740..504ba34 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +.PHONY: install-hooks +install-hooks: + cd brain && poetry run pre-commit install -c ../.pre-commit-config.yaml + # Versioning BUMP_COMMAND = cd brain && poetry run bump-my-version bump CHECK_BRANCH_IS_MAIN = @current_branch=$$(git rev-parse --abbrev-ref HEAD); \