File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ repos:
18
18
args : [--markdown-linebreak-ext=md]
19
19
20
20
- repo : https://github.com/igorshubovych/markdownlint-cli
21
- rev : v0.37 .0
21
+ rev : v0.39 .0
22
22
hooks :
23
23
- id : markdownlint
24
24
args : [-c, .markdownlint.yaml, --fix]
25
25
26
26
- repo : https://github.com/pre-commit/mirrors-prettier
27
- rev : v4.0.0-alpha.3
27
+ rev : v4.0.0-alpha.8
28
28
hooks :
29
29
- id : prettier
30
30
31
31
- repo : https://github.com/adrienverge/yamllint
32
- rev : v1.33.0
32
+ rev : v1.35.1
33
33
hooks :
34
34
- id : yamllint
35
35
@@ -45,24 +45,24 @@ repos:
45
45
- id : shellcheck
46
46
47
47
- repo : https://github.com/scop/pre-commit-shfmt
48
- rev : v3.7 .0-4
48
+ rev : v3.8 .0-1
49
49
hooks :
50
50
- id : shfmt
51
51
args : [-w, -s, -i=4]
52
52
53
53
- repo : https://github.com/pycqa/isort
54
- rev : 5.12.0
54
+ rev : 5.13.2
55
55
hooks :
56
56
- id : isort
57
57
58
58
- repo : https://github.com/psf/black
59
- rev : 23.11 .0
59
+ rev : 24.2 .0
60
60
hooks :
61
61
- id : black
62
62
args : [--line-length=100]
63
63
64
64
- repo : https://github.com/PyCQA/flake8
65
- rev : 6.1 .0
65
+ rev : 7.0 .0
66
66
hooks :
67
67
- id : flake8
68
68
additional_dependencies :
You can’t perform that action at this time.
0 commit comments