From 6d708567e154d3bc35b74e1d02bee5a429de61b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:44:05 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](https://github.com/Yelp/detect-secrets/compare/v1.4.0...v1.5.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.38.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.48.0) --- .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 b27d87b..871e97f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets args: [--baseline, .secrets.baseline] @@ -10,11 +10,11 @@ repos: # hooks: # - id: yamlfix - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict @@ -27,7 +27,7 @@ repos: args: [--autofix] - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.48.0 hooks: - id: markdownlint-fix args: [--fix]