From 89595d4a1428344789e331ad11d63893e1f7fae3 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 2 May 2024 17:07:23 -0300 Subject: [PATCH] Update pre-commit-config.yaml and Makefile --- .pre-commit-config.yaml | 2 +- Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1dd36fbd..9bfb498e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/Makefile b/Makefile index 6d279e62f..193ab70dc 100644 --- a/Makefile +++ b/Makefile @@ -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