From 84a45877a1a7658810e22e38a77d39f8d342aee3 Mon Sep 17 00:00:00 2001 From: taconi <44283700+taconi@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:42:50 -0300 Subject: [PATCH] chore(dev): adjusting `make install` (#684) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30e69cc7..3644ff15 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ format: .PHONY: install install: @poetry install - @pre-commit install -f -t pre-commit --hook-type commit-msg + @poetry run pre-commit install -f -t pre-commit --hook-type commit-msg .PHONY: sh sh: