mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-22 23:52:12 -05:00
Merge pull request #637 from scop/feat/pre-commit-default-stages
feat(pre-commit): Improve (/limit) default set of stages to run in
This commit is contained in:
commit
73ed739ad5
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
entry: typos
|
entry: typos
|
||||||
args: [--write-changes]
|
args: [--write-changes]
|
||||||
types: [text]
|
types: [text]
|
||||||
|
stages: [commit, merge-commit, push, manual]
|
||||||
|
|
||||||
- id: typos-src
|
- id: typos-src
|
||||||
name: typos
|
name: typos
|
||||||
|
@ -13,3 +14,4 @@
|
||||||
entry: typos
|
entry: typos
|
||||||
args: [--write-changes]
|
args: [--write-changes]
|
||||||
types: [text]
|
types: [text]
|
||||||
|
stages: [commit, merge-commit, push, manual]
|
||||||
|
|
Loading…
Reference in a new issue