From d35606856bc72dbd16f8c20d5935e1c2f8a7217f Mon Sep 17 00:00:00 2001 From: Tom Page Date: Sat, 14 Dec 2024 07:30:30 +0000 Subject: [PATCH] Update pre-commit (#1009) Co-authored-by: sean-m-sullivan --- .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 b585c3793..38f3072fe 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.12.1 + rev: v24.12.2 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649