From 1c03ba585e54d30cea0b0bf82f6977792227562d Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:25:05 +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 cb54587a..1272a089 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,11 +39,11 @@ repos: - id: check-useless-excludes - repo: https://github.com/gruntwork-io/pre-commit # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases - rev: v0.1.28 + rev: v0.1.29 hooks: - id: shellcheck - repo: https://github.com/asottile/reorder_python_imports - rev: v3.14.0 + rev: v3.15.0 hooks: - id: reorder-python-imports language_version: python3 @@ -63,7 +63,7 @@ repos: language: ruby files: \.(md|mdown|markdown)$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint files: \.(yaml|yml)$