mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 00:20:55 -05:00
Updates stage names in .pre-commit-hooks.yaml
.
This commit is contained in:
parent
14f49f455c
commit
9de7b2c6be
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue