Skip to content

Commit 9de7b2c

Browse files
authored
Updates stage names in .pre-commit-hooks.yaml.
1 parent 14f49f4 commit 9de7b2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
entry: typos
66
args: [--write-changes, --force-exclude]
77
types: [text]
8-
stages: [commit, merge-commit, push, manual]
8+
stages: [pre-commit, pre-merge-commit, pre-push, manual]
99

1010
- id: typos-docker
1111
name: typos
@@ -14,7 +14,7 @@
1414
entry: typos
1515
args: [--write-changes, --force-exclude]
1616
types: [text]
17-
stages: [commit, merge-commit, push, manual]
17+
stages: [pre-commit, pre-merge-commit, pre-push, manual]
1818

1919
- id: typos-src
2020
name: typos
@@ -23,4 +23,4 @@
2323
entry: typos
2424
args: [--write-changes, --force-exclude]
2525
types: [text]
26-
stages: [commit, merge-commit, push, manual]
26+
stages: [pre-commit, pre-merge-commit, pre-push, manual]

0 commit comments

Comments
 (0)