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.
2 parents fcced00 + 01a32f4 commit 86aeea8Copy full SHA for 86aeea8
1 file changed
.pre-commit-config.yaml
@@ -1,9 +1,22 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
+default_install_hook_types:
4
+ - pre-commit
5
+ - commit-msg
6
+
7
default_language_version:
8
python: python3
9
10
+default_stages: [pre-commit]
11
12
repos:
13
+ - repo: https://github.com/compilerla/conventional-pre-commit
14
+ rev: v4.2.0
15
+ hooks:
16
+ - id: conventional-pre-commit
17
+ stages: [commit-msg]
18
+ args: ["--verbose"]
19
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
rev: v5.0.0
22
hooks:
0 commit comments