From ab0b272daf424dc83a30d9868b8c4519a68690a1 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 17:27:27 +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.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.6...v0.10.0.1) - [github.com/ansible/ansible-lint.git: v6.22.1 → v24.9.2](https://github.com/ansible/ansible-lint.git/compare/v6.22.1...v24.9.2) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](https://github.com/executablebooks/mdformat/compare/0.7.17...0.7.18) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d256b35..ea2fcde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v5.0.0" hooks: # General - id: check-added-large-files @@ -30,7 +30,7 @@ repos: .pre-commit-config.yaml ) - repo: https://github.com/codespell-project/codespell - rev: "v2.2.6" + rev: "v2.3.0" hooks: - id: codespell args: @@ -43,21 +43,21 @@ repos: '\Whttps?://\S*', ] - repo: https://github.com/adrienverge/yamllint - rev: "v1.33.0" + rev: "v1.35.1" hooks: - id: yamllint args: [-c, .meta/yamllint.yaml] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.9.0.6" + rev: "v0.10.0.1" hooks: - id: shellcheck - repo: https://github.com/ansible/ansible-lint.git - rev: "v6.22.1" + rev: "v24.9.2" hooks: - id: ansible-lint args: [-c, .meta/ansible-lint.yaml] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.18 hooks: - id: mdformat additional_dependencies: