Skip to content

Commit be26d74

Browse files
authored
fix: pre-commit warning (#467)
Update .pre-commit-hooks.yaml
1 parent bb7e5ef commit be26d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- id: talisman-commit
22
name: talisman
33
entry: talisman --githook pre-commit
4-
stages: [commit]
4+
stages: [pre-commit]
55
# talisman currently discovers files by itself and does not take them on the cli
66
pass_filenames: false
77
types: [text]
@@ -10,7 +10,7 @@
1010
- id: talisman-push
1111
name: talisman
1212
entry: talisman --githook pre-push
13-
stages: [push]
13+
stages: [pre-push]
1414
# talisman currently discovers files by itself and does not take them on the cli
1515
pass_filenames: false
1616
types: [text]

0 commit comments

Comments
 (0)