From 0d42e9b5b4cf5cea7ce031f866b6f895efda89e7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:44:55 +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/commitizen-tools/commitizen: v3.30.1 → v3.31.0](https://github.com/commitizen-tools/commitizen/compare/v3.30.1...v3.31.0) - [github.com/ansible-community/ansible-lint.git: v24.9.2 → v24.10.0](https://github.com/ansible-community/ansible-lint.git/compare/v24.9.2...v24.10.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 403751d..7f31895 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: codespell args: [-I, .codespellignore] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.30.1 + rev: v3.31.0 hooks: - id: commitizen stages: [commit-msg] @@ -51,7 +51,7 @@ repos: language: system stages: ["pre-commit", "pre-push"] - repo: https://github.com/ansible-community/ansible-lint.git - rev: v24.9.2 + rev: v24.10.0 hooks: - id: ansible-lint files: \.(yaml|yml)$