From bb36a8ba865d0315a0359374050dbb336f3fba43 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Wed, 1 Mar 2023 16:02:39 +0100 Subject: [PATCH] Bump pre-commit tools version --- .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 b866f25..3be8319 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: v6.12.1 + rev: v6.13.1 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)