File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments