File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ repos:
26
26
- prettier
27
27
- prettier-plugin-sort-json
28
28
- repo : https://github.com/streetsidesoftware/cspell-cli
29
- rev : v8.3 .0
29
+ rev : v8.16 .0
30
30
hooks :
31
31
- id : cspell
32
32
# entry: codespell --relative
33
33
args : [--relative, --no-progress, --no-summary]
34
34
name : Spell check with cspell
35
35
- repo : https://github.com/sirosen/check-jsonschema
36
- rev : 0.27.3
36
+ rev : 0.30.0
37
37
hooks :
38
38
- id : check-github-workflows
39
39
- repo : https://github.com/pre-commit/pre-commit-hooks.git
40
- rev : v4.5 .0
40
+ rev : v5.0 .0
41
41
hooks :
42
42
- id : end-of-file-fixer
43
43
- id : trailing-whitespace
@@ -48,11 +48,11 @@ repos:
48
48
- id : debug-statements
49
49
language_version : python3
50
50
- repo : https://github.com/codespell-project/codespell
51
- rev : v2.2.6
51
+ rev : v2.3.0
52
52
hooks :
53
53
- id : codespell
54
54
- repo : https://github.com/adrienverge/yamllint.git
55
- rev : v1.33.0
55
+ rev : v1.35.1
56
56
hooks :
57
57
- id : yamllint
58
58
files : \.(yaml|yml)$
You can’t perform that action at this time.
0 commit comments