From 08e9565071653aef3ac1670aa2eb1f0620ecc4b7 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Wed, 15 May 2024 07:43:16 +0200 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 6d3a6dc..0b78074 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.5.0 + rev: v4.6.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.1 + rev: v24.2.3 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)