Update pre-commit-config.yaml and Makefile

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-05-02 17:07:23 -03:00
commit 89595d4a14
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "96c6321"
rev: "v9.1.1"
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

View file

@ -123,6 +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
frontend:
make install_frontend