Add default pre_commit.
This commit is contained in:
parent
1084bd08e2
commit
10c871d5c9
|
@ -0,0 +1 @@
|
||||||
|
[[pre_commit]]
|
|
@ -6,5 +6,14 @@ Config {
|
||||||
general: General {
|
general: General {
|
||||||
directory: "hooks",
|
directory: "hooks",
|
||||||
},
|
},
|
||||||
pre_commit: [],
|
pre_commit: [
|
||||||
|
PreCommit {
|
||||||
|
name: None,
|
||||||
|
on_failure: Stop,
|
||||||
|
task: Task {
|
||||||
|
command: None,
|
||||||
|
script: None,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue