File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -80,20 +80,6 @@ repos:
80
80
- id : prettier
81
81
types_or : [yaml]
82
82
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
-
97
83
- repo : https://github.com/shellcheck-py/shellcheck-py
98
84
rev : " v0.10.0.1"
99
85
hooks :
@@ -109,3 +95,17 @@ repos:
109
95
- id : bashate
110
96
types : [shell]
111
97
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