From 99f8e270e560cb038622f21ec5ed01401f4a8adb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 03:24:39 +0000 Subject: [PATCH] chore(deps): update pre-commit hook ansible/ansible-lint to v24.9.0 --- .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 2398fa0..e2b9551 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-executables-have-shebangs - id: debug-statements - repo: https://github.com/ansible/ansible-lint - rev: v24.7.0 + rev: v24.9.0 hooks: - id: ansible-lint