Skip to content

Commit

Permalink
feat: Improve (/limit) default set of stages to run pre-commit hook in
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Dec 17, 2022
1 parent 1d8996e commit 389612f
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 389612f

Please sign in to comment.