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:
Ed Page 2022-12-17 16:03:24 -06:00 committed by GitHub
commit 73ed739ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]