mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
feat: Improve (/limit) default set of stages to run pre-commit hook in
https://pre-commit.com/#confining-hooks-to-run-at-certain-stages
This commit is contained in:
parent
1d8996e205
commit
389612f972
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