Skip to content

Commit 59b285c

Browse files
committed
ci(pre-commit): Change check order
1 parent 8728141 commit 59b285c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.pre-commit-config.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,6 @@ repos:
8080
- id: prettier
8181
types_or: [yaml]
8282

83-
- repo: https://github.com/errata-ai/vale
84-
rev: "v3.0.7"
85-
hooks:
86-
# Sync vale styles and lint markdown and reStructuredText
87-
- id: vale
88-
name: vale-sync
89-
language_version: "1.21.6"
90-
pass_filenames: false
91-
args: [sync]
92-
types_or: [markdown, rst]
93-
- id: vale
94-
language_version: "1.21.6"
95-
types_or: [markdown, rst]
96-
9783
- repo: https://github.com/shellcheck-py/shellcheck-py
9884
rev: "v0.10.0.1"
9985
hooks:
@@ -109,3 +95,17 @@ repos:
10995
- id: bashate
11096
types: [shell]
11197
args: ["-i", "E006"] # Ignore E006: Line too long
98+
99+
- repo: https://github.com/errata-ai/vale
100+
rev: "v3.9.1"
101+
hooks:
102+
# Sync vale styles and lint markdown and reStructuredText
103+
- id: vale
104+
name: vale-sync
105+
language_version: "1.21.6"
106+
pass_filenames: false
107+
args: [sync]
108+
types_or: [markdown, rst]
109+
- id: vale
110+
language_version: "1.21.6"
111+
types_or: [markdown, rst]

0 commit comments

Comments
 (0)