diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8715df9..a05397d 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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] @@ -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]