Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v3.13.0 → v4.1.0](commitizen-tools/commitizen@v3.13.0...v4.1.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@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](crate-ci/typos@v1.16.26...dictgen-v0.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 497ee2c commit 8618476
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 8618476

Please sign in to comment.