From 1b917d5a46fb74ee012f821db6dce3ffd966c84b Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 31 Oct 2024 14:57:35 +0100 Subject: [PATCH] Bump pre-commit tools --- .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 0b78074..03ea8db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -18,7 +18,7 @@ repos: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v24.2.3 + rev: v24.9.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.2.6 + rev: v2.3.0 hooks: - id: codespell name: Checks for common misspellings in text files