From 5c2caf23c8e12b9ab22aadc1b94143faa8c50608 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 2 May 2024 17:07:52 -0300 Subject: [PATCH] Refactor pre-commit installation in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 193ab70dc..8e1b72361 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ setup_devcontainer: setup_env: @sh ./scripts/setup/update_poetry.sh 1.8.2 @sh ./scripts/setup/setup_env.sh - @poetry run pre-commit autoupdate && poetry run pre-commit install + @poetry run pre-commit install frontend: make install_frontend