Skip to content

Commit

Permalink
Merge pull request #1114 from tobiasraabe/patch-1
Browse files Browse the repository at this point in the history
Updates stage names in `.pre-commit-hooks.yaml`.
  • Loading branch information
epage authored Oct 7, 2024
2 parents 14f49f4 + 9de7b2c commit 2114c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
entry: typos
args: [--write-changes, --force-exclude]
types: [text]
stages: [commit, merge-commit, push, manual]
stages: [pre-commit, pre-merge-commit, pre-push, manual]

- id: typos-docker
name: typos
Expand All @@ -14,7 +14,7 @@
entry: typos
args: [--write-changes, --force-exclude]
types: [text]
stages: [commit, merge-commit, push, manual]
stages: [pre-commit, pre-merge-commit, pre-push, manual]

- id: typos-src
name: typos
Expand All @@ -23,4 +23,4 @@
entry: typos
args: [--write-changes, --force-exclude]
types: [text]
stages: [commit, merge-commit, push, manual]
stages: [pre-commit, pre-merge-commit, pre-push, manual]

0 comments on commit 2114c19

Please sign in to comment.