From 86184762c340743f38c3cdfad091539c91c3f4e4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:21:22 +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.13.0 → v4.1.0](https://github.com/commitizen-tools/commitizen/compare/v3.13.0...v4.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/crate-ci/typos: v1.16.26 → dictgen-v0.3.1](https://github.com/crate-ci/typos/compare/v1.16.26...dictgen-v0.3.1) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d83ce55..9d9c7c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,19 +3,19 @@ # See https://pre-commit.com/hooks.html for more hooks default_install_hook_types: [commit-msg, pre-commit] -default_stages: [commit, manual] +default_stages: [pre-commit, manual] fail_fast: true repos: - repo: "https://github.com/commitizen-tools/commitizen" - rev: v3.13.0 + rev: v4.1.0 hooks: - id: commitizen - id: commitizen-branch stages: - post-commit - - push + - pre-push - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-byte-order-marker @@ -37,14 +37,14 @@ repos: - id: trailing-whitespace - repo: "https://github.com/adrienverge/yamllint.git" - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint files: \.(yaml|yml)$ entry: yamllint --strict --config-file .yamllint.yml - repo: "https://github.com/crate-ci/typos" - rev: v1.16.26 + rev: dictgen-v0.3.1 hooks: - id: typos