From 5bd3cd5d7ba9274ebb4c789382db95812aad8990 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Mon, 25 Mar 2024 12:28:01 +0100 Subject: [PATCH] Bump pre-commit tools --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d536a8c..6d3a6dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v24.2.0 + rev: v24.2.1 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)