From 42f9381c7d6ae316e859833b4a47656605ff14e7 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 2 May 2024 18:37:02 -0300 Subject: [PATCH] Refactor pre-commit installation in Makefile and update dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e1b72361..7053ef8cb 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,6 @@ setup_devcontainer: setup_env: @sh ./scripts/setup/update_poetry.sh 1.8.2 @sh ./scripts/setup/setup_env.sh - @poetry run pre-commit install frontend: make install_frontend @@ -136,6 +135,7 @@ frontendc: install_backend: @echo 'Installing backend dependencies' @poetry install + @poetry run pre-commit install backend: @echo 'Setting up the environment'