From 41907520a094655bdd7ca51efd6f584662dbb000 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 8 May 2025 04:29:52 +0000 Subject: [PATCH] chore(deps): update pre-commit [skip ci] --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a58fb2d..4bc4d9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files args: ['--maxkb=500'] @@ -42,7 +42,7 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.20 + rev: v0.1.29 hooks: - id: shellcheck - repo: https://github.com/ambv/black @@ -55,14 +55,14 @@ repos: hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.30.0 + 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.11.0 + rev: v9.22.0 hooks: - id: commitlint stages: [commit-msg]