From e99edcf0617b13c89ec5c901e0c2b29eeed1fbb1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:33:06 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/ansible/ansible-lint: v24.2.1 → v24.9.2](https://github.com/ansible/ansible-lint/compare/v24.2.1...v24.9.2) --- .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 013c86f..2e3da7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: ## Manual checks (these are not fast or specific enough to be run on every commit) - repo: https://github.com/ansible/ansible-lint - rev: v24.2.1 + rev: v24.9.2 hooks: - id: ansible-lint name: Lint the repository with ansible-lint