From 788158e55908ed14afb5308a09f3b70e8eb0ae0b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:57:02 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#269) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.17.0 → v9.18.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.17.0...v9.18.0) - [github.com/ansible-community/ansible-lint: v24.7.0 → v24.9.0](https://github.com/ansible-community/ansible-lint/compare/v24.7.0...v24.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 186574c..5df3ca2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.17.0 + rev: v9.18.0 hooks: - id: commitlint stages: [commit-msg] @@ -34,7 +34,7 @@ repos: - "@commitlint/config-conventional" - "@commitlint/cli" - repo: https://github.com/ansible-community/ansible-lint - rev: v24.7.0 + rev: v24.9.0 hooks: - id: ansible-lint args: ["--exclude", ".github"]