Skip to content

Commit

Permalink
Merge pull request #637 from scop/feat/pre-commit-default-stages
Browse files Browse the repository at this point in the history
feat(pre-commit): Improve (/limit) default set of stages to run in
  • Loading branch information
epage authored Dec 17, 2022
2 parents 1d8996e + 389612f commit 73ed739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
entry: typos
args: [--write-changes]
types: [text]
stages: [commit, merge-commit, push, manual]

- id: typos-src
name: typos
Expand All @@ -13,3 +14,4 @@
entry: typos
args: [--write-changes]
types: [text]
stages: [commit, merge-commit, push, manual]

0 comments on commit 73ed739

Please sign in to comment.