From 1e49910e8327382751ad8c7bd246143bc873b348 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:51:41 +0000 Subject: [PATCH] chore: pre-commit dependency update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/ansible/ansible-lint: v24.6.1 → v24.7.0](https://github.com/ansible/ansible-lint/compare/v24.6.1...v24.7.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.16.0 → v9.17.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.16.0...v9.17.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 83b533f..268f901 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: 'https://github.com/ansible/ansible-lint' - rev: 'v24.6.1' + rev: 'v24.7.0' hooks: - id: 'ansible-lint' stages: @@ -123,7 +123,7 @@ repos: pass_filenames: true - repo: 'https://github.com/alessandrojcm/commitlint-pre-commit-hook' - rev: 'v9.16.0' + rev: 'v9.17.0' hooks: - id: 'commitlint' stages: