Refactor pre-commit installation in Makefile

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-05-02 17:07:52 -03:00
commit 5c2caf23c8

View file

@ -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