Skip to content

Commit d910d74

Browse files
committed
ci: ⬆️ update version of commitizen for pre-commit hook
1 parent b2f8daa commit d910d74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
ci:
4-
autofix_commit_msg: "chore(pre-commit): :pencil2: automatic fixes"
5-
autoupdate_commit_msg: "ci(pre-commit): :construction_worker: update pre-commit CI version"
4+
autofix_commit_msg: "chore(pre-commit): :pencil2: automatic fixes"
5+
autoupdate_commit_msg: "ci(pre-commit): :construction_worker: update pre-commit CI version"
66

77
repos:
8-
- repo: https://github.com/pre-commit/pre-commit-hooks
8+
- repo: https://github.com/pre-commit/pre-commit-hooks
99
rev: v5.0.0
1010
hooks:
11-
- id: trailing-whitespace
12-
- id: end-of-file-fixer
11+
- id: trailing-whitespace
12+
- id: end-of-file-fixer
1313

14-
- repo: https://github.com/commitizen-tools/commitizen
15-
rev: v3.30.0
14+
- repo: https://github.com/commitizen-tools/commitizen
15+
rev: v4.1.0
1616
hooks:
17-
- id: commitizen
17+
- id: commitizen

0 commit comments

Comments
 (0)