From bf357289b9f39f087f02d283600b815a03f91fc9 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Tue, 6 May 2025 11:56:27 +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 10f29c8..af46fd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: name: Check trailing whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v25.1.3 + rev: v25.4.0 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)