Skip to content

Commit

Permalink
chore: update the pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Nov 21, 2024
1 parent d82eccd commit 29737ce
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-toml
Expand All @@ -11,13 +11,9 @@ repos:
- id: mixed-line-ending
args: [ --fix=lf ]
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: v1.24.6
hooks:
- id: typos
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v3.31.0
hooks:
- id: commitizen
- id: commitizen-branch
stages: [ push ]
stages: [ pre-push ]

0 comments on commit 29737ce

Please sign in to comment.