From ac0b2254e733e343145d16902a2206c6239a8b04 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:15:45 +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.6.0](https://github.com/ansible/ansible-lint/compare/v24.2.1...v24.6.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 013c86f..50c676a 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.6.0 hooks: - id: ansible-lint name: Lint the repository with ansible-lint