Add default pre_commit.

This commit is contained in:
Bauke 2022-10-28 14:09:17 +02:00
parent 1084bd08e2
commit 10c871d5c9
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1 @@
[[pre_commit]]

View File

@ -6,5 +6,14 @@ Config {
general: General {
directory: "hooks",
},
pre_commit: [],
pre_commit: [
PreCommit {
name: None,
on_failure: Stop,
task: Task {
command: None,
script: None,
},
},
],
}