Skip to content

Commit

Permalink
Update .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yxtay authored Feb 2, 2025
1 parent bb7e5ef commit b04fce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- id: talisman-commit
name: talisman
entry: talisman --githook pre-commit
stages: [commit]
stages: [pre-commit]
# talisman currently discovers files by itself and does not take them on the cli
pass_filenames: false
types: [text]
Expand All @@ -10,7 +10,7 @@
- id: talisman-push
name: talisman
entry: talisman --githook pre-push
stages: [push]
stages: [pre-push]
# talisman currently discovers files by itself and does not take them on the cli
pass_filenames: false
types: [text]
Expand Down

0 comments on commit b04fce5

Please # to comment.