From e0e091f6573d340ba09379722ae73cae91f255be Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:04:46 +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.9.2 → v24.10.0](https://github.com/ansible/ansible-lint/compare/v24.9.2...v24.10.0) - [github.com/gitguardian/ggshield: v1.33.0 → v1.34.0](https://github.com/gitguardian/ggshield/compare/v1.33.0...v1.34.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 4ffe57c..b993f6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,14 +29,14 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/ansible/ansible-lint - rev: v24.9.2 + rev: v24.10.0 hooks: - id: ansible-lint entry: python3 -m ansiblelint -v --force-color --fix additional_dependencies: - ansible # necessary because we're using community collections - repo: https://github.com/gitguardian/ggshield - rev: v1.33.0 + rev: v1.34.0 hooks: - id: ggshield - repo: local