From 2cf834ceb1561eb057d8f143a69d004eaeab9269 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 20 Mar 2025 14:15: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 693299e..cba6fdd 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.35.1 + rev: v1.36.2 hooks: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v25.1.2 + rev: v25.1.3 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)