From 8a3e65e4df17429736bb118d4bf0f771856ce01b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 01:02:29 +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 → v25.1.1](https://github.com/ansible/ansible-lint/compare/v24.2.1...v25.1.1) --- .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..4865a26 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: v25.1.1 hooks: - id: ansible-lint name: Lint the repository with ansible-lint