From 0928bd36c02b720e12f21d9a6170fad2fd80fd97 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Mon, 25 Aug 2025 11:12:31 +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 af46fd5..42570d8 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: v5.0.0 + rev: v6.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: v25.4.0 + rev: v25.8.2 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)