From cec9a83d04fd7a808c30a65f0ffd5a9304e7dc5d Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Fri, 19 Jan 2024 05:13:58 +0000 Subject: [PATCH] Update pre-commit --- .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 9b63251f9..2abea0aba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # types: # - yaml - repo: 'https://github.com/ansible-community/ansible-lint.git' - rev: v6.22.1 + rev: v6.22.2 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649