Refactor pre-commit installation in Makefile
This commit is contained in:
parent
89595d4a14
commit
5c2caf23c8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue