We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cacdb commit d8409daCopy full SHA for d8409da
2 files changed
.pre-commit-config.yaml
prek.toml
@@ -0,0 +1,19 @@
1
+fail_fast = true
2
+
3
+[[repos]]
4
+repo = "local"
5
6
+[[repos.hooks]]
7
+id = "custom-commit-msg"
8
+name = "Validate commit message format"
9
+entry = "scripts/githooks/commit-msg"
10
+language = "system"
11
+stages = ["commit-msg"]
12
13
14
+id = "pre-push-checks"
15
+name = "Run quality checks and tests"
16
+entry = "scripts/githooks/pre-push"
17
18
+stages = ["pre-push"]
19
+pass_filenames = false
0 commit comments