From 957e062a39c2c8f8ae241c8857f13abb11891100 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:51:05 +0000 Subject: [PATCH] chore(deps): update pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae70a7324..aa6593c4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ ci: submodules: false repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.86.3 + rev: 39.124.0 hooks: - id: renovate-config-validator - repo: https://github.com/eslint/eslint - rev: v9.17.0 + rev: v9.18.0 hooks: - id: eslint args: @@ -26,7 +26,7 @@ repos: exclude: ^(src/test/resources/yourkey.txt|src/test/resources/secondkey.txt) - id: trailing-whitespace - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.96.3 + rev: v1.97.0 hooks: - id: terraform_fmt - id: terraform_tflint