From acf469582ee5bf7a33d2872ec38fb68fdddb29f6 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 13 Feb 2025 16:20:25 +0100 Subject: [PATCH] Bump pre-commit tools --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03ea8db..693299e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v24.9.2 + rev: v25.1.2 hooks: - id: ansible-lint name: Check ansible files (ansible-lint) @@ -28,7 +28,7 @@ repos: exclude_types: [markdown, shell] types: [yaml] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell name: Checks for common misspellings in text files