Commit 13e1c84 1 parent 3c540d7 commit 13e1c84 Copy full SHA for 13e1c84
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
- id : check-useless-excludes
23
23
- repo : https://github.com/pre-commit/mirrors-prettier
24
24
# keep it before yamllint
25
- rev : v3 .0.0-alpha.4
25
+ rev : v4 .0.0-alpha.8
26
26
hooks :
27
27
- id : prettier
28
28
always_run : true
@@ -31,18 +31,18 @@ repos:
31
31
- prettier-plugin-toml
32
32
- prettier-plugin-sort-json
33
33
- repo : https://github.com/streetsidesoftware/cspell-cli
34
- rev : v6 .17.1
34
+ rev : v8 .17.0
35
35
hooks :
36
36
- id : cspell
37
37
# entry: codespell --relative
38
38
args : [--relative, --no-progress, --no-summary]
39
39
name : Spell check with cspell
40
40
- repo : https://github.com/sirosen/check-jsonschema
41
- rev : 0.20 .0
41
+ rev : 0.30 .0
42
42
hooks :
43
43
- id : check-github-workflows
44
44
- repo : https://github.com/pre-commit/pre-commit-hooks.git
45
- rev : v4.4 .0
45
+ rev : v5.0 .0
46
46
hooks :
47
47
- id : end-of-file-fixer
48
48
- id : trailing-whitespace
@@ -53,20 +53,20 @@ repos:
53
53
- id : debug-statements
54
54
language_version : python3
55
55
- repo : https://github.com/codespell-project/codespell
56
- rev : v2.2.2
56
+ rev : v2.3.0
57
57
hooks :
58
58
- id : codespell
59
59
additional_dependencies :
60
60
- tomli
61
61
- repo : https://github.com/adrienverge/yamllint.git
62
- rev : v1.29.0
62
+ rev : v1.35.1
63
63
hooks :
64
64
- id : yamllint
65
65
files : \.(yaml|yml)$
66
66
types : [file, yaml]
67
67
entry : yamllint --strict
68
68
- repo : https://github.com/jazzband/pip-tools
69
- rev : 6.12 .1
69
+ rev : 7.4 .1
70
70
hooks :
71
71
- id : pip-compile
72
72
name : deps
You can’t perform that action at this time.
0 commit comments