From 68f8bceb729e23417850247cf04adb3ad237e105 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 8 May 2025 04:21:30 +0000 Subject: [PATCH] chore(deps): update pre-commit [skip ci] --- .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 3113328..605c3f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.25 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases + rev: v0.1.29 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases hooks: - id: shellcheck - repo: https://github.com/ambv/black @@ -68,14 +68,14 @@ repos: language: ruby files: \.(md|mdown|markdown)$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: 'yamllint --strict' - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.20.0 + rev: v9.22.0 hooks: - id: commitlint stages: [commit-msg]