From 45a470c97dbe1784bd5ea7d056b4d6eaf4fdd876 Mon Sep 17 00:00:00 2001 From: branic Date: Thu, 14 Mar 2024 05:13:03 +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 ecfbd22..649b3fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/ansible-community/ansible-lint.git - rev: v24.2.0 + rev: v24.2.1 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649