Merge pull request #1114 from tobiasraabe/patch-1

Updates stage names in `.pre-commit-hooks.yaml`.
This commit is contained in:
Ed Page 2024-10-07 11:46:31 -04:00 committed by GitHub
commit 2114c19241
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
entry: typos
args: [--write-changes, --force-exclude]
types: [text]
stages: [commit, merge-commit, push, manual]
stages: [pre-commit, pre-merge-commit, pre-push, manual]
- id: typos-docker
name: typos
@ -14,7 +14,7 @@
entry: typos
args: [--write-changes, --force-exclude]
types: [text]
stages: [commit, merge-commit, push, manual]
stages: [pre-commit, pre-merge-commit, pre-push, manual]
- id: typos-src
name: typos
@ -23,4 +23,4 @@
entry: typos
args: [--write-changes, --force-exclude]
types: [text]
stages: [commit, merge-commit, push, manual]
stages: [pre-commit, pre-merge-commit, pre-push, manual]