We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7e5ef commit be26d74Copy full SHA for be26d74
.pre-commit-hooks.yaml
@@ -1,7 +1,7 @@
1
- id: talisman-commit
2
name: talisman
3
entry: talisman --githook pre-commit
4
- stages: [commit]
+ stages: [pre-commit]
5
# talisman currently discovers files by itself and does not take them on the cli
6
pass_filenames: false
7
types: [text]
@@ -10,7 +10,7 @@
10
- id: talisman-push
11
12
entry: talisman --githook pre-push
13
- stages: [push]
+ stages: [pre-push]
14
15
16
0 commit comments