We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit d868f92Copy full SHA for d868f92
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+default_install_hook_types:
2
+ - pre-commit
3
+ - commit-msg
4
+
5
+repos:
6
+ - repo: https://github.com/pre-commit/pre-commit-hooks
7
+ rev: v6.0.0
8
+ hooks:
9
+ - id: check-yaml
10
+ - id: end-of-file-fixer
11
+ - id: trailing-whitespace
12
+ - repo: https://github.com/compilerla/conventional-pre-commit
13
+ rev: v4.3.0
14
15
+ - id: conventional-pre-commit
16
+ stages: [commit-msg]
0 commit comments