From b44d26e39872dd4f205c9abe94f06532b9278f6e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:10:38 +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/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/adrienverge/yamllint: v1.29.0 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.29.0...v1.35.1) - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.4.2...v1.5.5) - [github.com/sirosen/check-jsonschema: 0.21.0 → 0.29.4](https://github.com/sirosen/check-jsonschema/compare/0.21.0...0.29.4) --- .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 3438484..64828c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: entry: git-secrets args: [--scan, --recursive] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: # On Windows, git will convert all CRLF to LF, # but only after all hooks are done executing. @@ -21,15 +21,15 @@ repos: - id: check-json - id: check-ast - repo: https://github.com/adrienverge/yamllint - rev: v1.29.0 + rev: v1.35.1 hooks: - id: yamllint - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.2 + rev: v1.5.5 hooks: - id: remove-tabs - repo: https://github.com/sirosen/check-jsonschema - rev: 0.21.0 + rev: 0.29.4 hooks: - id: check-github-workflows - id: check-github-actions