Skip to content

Commit c95b15a

Browse files
committed
feat: update commitizen version in .pre-commit-config.yaml
1 parent b5cdf7b commit c95b15a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_stages: [pre-commit]
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
args: ["--maxkb=2000"]
@@ -23,7 +23,7 @@ repos:
2323
args: [--fix, --exit-non-zero-on-fix, --config=.ruff.toml]
2424

2525
- repo: https://github.com/commitizen-tools/commitizen
26-
rev: v1.17.0
26+
rev: v4.8.2
2727
hooks:
2828
- id: commitizen
2929
- id: commitizen-branch

0 commit comments

Comments
 (0)