diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index e34646d..c145db7 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -5,6 +5,7 @@ entry: typos args: [--write-changes] types: [text] + stages: [commit, merge-commit, push, manual] - id: typos-src name: typos @@ -13,3 +14,4 @@ entry: typos args: [--write-changes] types: [text] + stages: [commit, merge-commit, push, manual]