Skip to content

Commit 8a88f96

Browse files
committed
chore: update the Pre-Commit hooks
1 parent 5d8af03 commit 8a88f96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pre-commit-config.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
9+
10+
- repo: https://github.com/Weburz/crisp
11+
rev: v0.1.1-alpha
12+
hooks:
13+
- id: crisp
14+
name: lint git-commit messages

0 commit comments

Comments
 (0)