mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Merge pull request #1114 from tobiasraabe/patch-1
Updates stage names in `.pre-commit-hooks.yaml`.
This commit is contained in:
commit
2114c19241
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
entry: typos
|
entry: typos
|
||||||
args: [--write-changes, --force-exclude]
|
args: [--write-changes, --force-exclude]
|
||||||
types: [text]
|
types: [text]
|
||||||
stages: [commit, merge-commit, push, manual]
|
stages: [pre-commit, pre-merge-commit, pre-push, manual]
|
||||||
|
|
||||||
- id: typos-docker
|
- id: typos-docker
|
||||||
name: typos
|
name: typos
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
entry: typos
|
entry: typos
|
||||||
args: [--write-changes, --force-exclude]
|
args: [--write-changes, --force-exclude]
|
||||||
types: [text]
|
types: [text]
|
||||||
stages: [commit, merge-commit, push, manual]
|
stages: [pre-commit, pre-merge-commit, pre-push, manual]
|
||||||
|
|
||||||
- id: typos-src
|
- id: typos-src
|
||||||
name: typos
|
name: typos
|
||||||
|
@ -23,4 +23,4 @@
|
||||||
entry: typos
|
entry: typos
|
||||||
args: [--write-changes, --force-exclude]
|
args: [--write-changes, --force-exclude]
|
||||||
types: [text]
|
types: [text]
|
||||||
stages: [commit, merge-commit, push, manual]
|
stages: [pre-commit, pre-merge-commit, pre-push, manual]
|
||||||
|
|
Loading…
Reference in a new issue