From fff1dbb63bb532fd6bd6a59a979089c242258d91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:04:18 +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.0 → v4.4.1](https://github.com/commitizen-tools/commitizen/compare/v3.30.0...v4.4.1) - [github.com/gitguardian/ggshield: v1.32.2 → v1.37.0](https://github.com/gitguardian/ggshield/compare/v1.32.2...v1.37.0) - [github.com/sirosen/texthooks: 0.6.7 → 0.6.8](https://github.com/sirosen/texthooks/compare/0.6.7...0.6.8) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.44.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.42.0...v0.44.0) - [github.com/rhysd/actionlint: v1.7.3 → v1.7.7](https://github.com/rhysd/actionlint/compare/v1.7.3...v1.7.7) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e20fd1..6564237 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,12 +7,12 @@ ci: - ggshield repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.30.0 + rev: v4.4.1 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/gitguardian/ggshield - rev: v1.32.2 + rev: v1.37.0 hooks: - id: ggshield language_version: python3 @@ -43,13 +43,13 @@ repos: - id: remove-crlf - id: remove-tabs - repo: https://github.com/sirosen/texthooks - rev: 0.6.7 + rev: 0.6.8 hooks: - id: alphabetize-codeowners - id: fix-ligatures - id: fix-smartquotes - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.44.0 hooks: - id: markdownlint args: @@ -63,6 +63,6 @@ repos: - -c - .config/.yaml-lint.yml - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.7 hooks: - id: actionlint