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); \