From 4f0eb58a3105c8e9d7c07eec002fcc17302403e2 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Tue, 3 Dec 2024 05:18:08 +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 c74e00a32..b4f2f14a0 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.9.2 + rev: v24.10.0 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649