From 72c100efd8e0dbddb0658efb4296620b2e0aad3c Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Tue, 20 Feb 2024 10:31:36 +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 85a734a..d536a8c 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.33.0 + rev: v1.35.1 hooks: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v6.22.1 + rev: v24.2.0 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)