mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-22 15:42:23 -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
|
||||
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]
|
||||
|
|
Loading…
Reference in a new issue