Add default pre_commit.

main
Bauke 5 months ago
parent 1084bd08e2
commit 10c871d5c9
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558

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

@ -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,
},
},
],
}

Loading…
Cancel
Save