File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,32 +31,32 @@ repos:
31
31
32
32
# Text file hooks
33
33
- repo : https://github.com/igorshubovych/markdownlint-cli
34
- rev : v0.33 .0
34
+ rev : v0.34 .0
35
35
hooks :
36
36
- id : markdownlint
37
37
args :
38
38
- --config=.mdl_config.yaml
39
39
- repo : https://github.com/pre-commit/mirrors-prettier
40
- rev : v3.0.0-alpha.6
40
+ rev : v3.0.0-alpha.9-for-vscode
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
44
- rev : v1.30 .0
44
+ rev : v1.32 .0
45
45
hooks :
46
46
- id : yamllint
47
47
args :
48
48
- --strict
49
49
50
50
# GitHub Actions hooks
51
51
- repo : https://github.com/python-jsonschema/check-jsonschema
52
- rev : 0.22.0
52
+ rev : 0.23.1
53
53
hooks :
54
54
- id : check-github-actions
55
55
- id : check-github-workflows
56
56
57
57
# pre-commit hooks
58
58
- repo : https://github.com/pre-commit/pre-commit
59
- rev : v3.2.1
59
+ rev : v3.3.2
60
60
hooks :
61
61
- id : validate_manifest
62
62
88
88
args :
89
89
- --config=.bandit.yml
90
90
- repo : https://github.com/psf/black
91
- rev : 23.1 .0
91
+ rev : 23.3 .0
92
92
hooks :
93
93
- id : black
94
94
- repo : https://github.com/PyCQA/flake8
@@ -102,31 +102,31 @@ repos:
102
102
hooks :
103
103
- id : isort
104
104
- repo : https://github.com/pre-commit/mirrors-mypy
105
- rev : v1.1.1
105
+ rev : v1.3.0
106
106
hooks :
107
107
- id : mypy
108
108
- repo : https://github.com/asottile/pyupgrade
109
- rev : v3.3.1
109
+ rev : v3.4.0
110
110
hooks :
111
111
- id : pyupgrade
112
112
113
113
# Ansible hooks
114
114
- repo : https://github.com/ansible-community/ansible-lint
115
- rev : v5.4 .0
115
+ rev : v6.17 .0
116
116
hooks :
117
117
- id : ansible-lint
118
118
# files: molecule/default/playbook.yml
119
119
120
120
# Terraform hooks
121
121
- repo : https://github.com/antonbabenko/pre-commit-terraform
122
- rev : v1.77.1
122
+ rev : v1.80.0
123
123
hooks :
124
124
- id : terraform_fmt
125
125
- id : terraform_validate
126
126
127
127
# Docker hooks
128
128
- repo : https://github.com/IamTheFij/docker-pre-commit
129
- rev : v2.1 .1
129
+ rev : v3.0 .1
130
130
hooks :
131
131
- id : docker-compose-check
132
132
You can’t perform that action at this time.
0 commit comments