We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8af03 commit 8a88f96Copy full SHA for 8a88f96
.pre-commit-config.yaml
@@ -1,8 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- id: check-yaml
8
- 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