35
35
36
36
# Text file hooks
37
37
- repo : https://github.com/igorshubovych/markdownlint-cli
38
- rev : v0.41 .0
38
+ rev : v0.42 .0
39
39
hooks :
40
40
- id : markdownlint
41
41
args :
50
50
# mirror does not pull tags for old major versions once a new major
51
51
# version tag is published.
52
52
additional_dependencies :
53
-
53
+
54
54
- repo : https://github.com/adrienverge/yamllint
55
55
rev : v1.35.1
56
56
hooks :
@@ -60,14 +60,14 @@ repos:
60
60
61
61
# GitHub Actions hooks
62
62
- repo : https://github.com/python-jsonschema/check-jsonschema
63
- rev : 0.28.4
63
+ rev : 0.29.2
64
64
hooks :
65
65
- id : check-github-actions
66
66
- id : check-github-workflows
67
67
68
68
# pre-commit hooks
69
69
- repo : https://github.com/pre-commit/pre-commit
70
- rev : v3.7.1
70
+ rev : v3.8.0
71
71
hooks :
72
72
- id : validate_manifest
73
73
@@ -102,7 +102,7 @@ repos:
102
102
103
103
# Shell script hooks
104
104
- repo : https://github.com/scop/pre-commit-shfmt
105
- rev : v3.8 .0-1
105
+ rev : v3.9 .0-1
106
106
hooks :
107
107
- id : shfmt
108
108
args :
@@ -126,17 +126,17 @@ repos:
126
126
127
127
# Python hooks
128
128
- repo : https://github.com/PyCQA/bandit
129
- rev : 1.7.8
129
+ rev : 1.7.10
130
130
hooks :
131
131
- id : bandit
132
132
args :
133
133
- --config=.bandit.yml
134
134
- repo : https://github.com/psf/black-pre-commit-mirror
135
- rev : 24.4.2
135
+ rev : 24.8.0
136
136
hooks :
137
137
- id : black
138
138
- repo : https://github.com/PyCQA/flake8
139
- rev : 7.0.0
139
+ rev : 7.1.1
140
140
hooks :
141
141
- id : flake8
142
142
additional_dependencies :
@@ -146,7 +146,7 @@ repos:
146
146
hooks :
147
147
- id : isort
148
148
- repo : https://github.com/pre-commit/mirrors-mypy
149
- rev : v1.10.0
149
+ rev : v1.11.2
150
150
hooks :
151
151
- id : mypy
152
152
- repo : https://github.com/pypa/pip-audit
@@ -162,13 +162,13 @@ repos:
162
162
- --requirement
163
163
- requirements.txt
164
164
- repo : https://github.com/asottile/pyupgrade
165
- rev : v3.15.2
165
+ rev : v3.17.0
166
166
hooks :
167
167
- id : pyupgrade
168
168
169
169
# Ansible hooks
170
170
- repo : https://github.com/ansible/ansible-lint
171
- rev : v24.6.0
171
+ rev : v24.9.2
172
172
hooks :
173
173
- id : ansible-lint
174
174
additional_dependencies :
@@ -193,7 +193,7 @@ repos:
193
193
194
194
# Terraform hooks
195
195
- repo : https://github.com/antonbabenko/pre-commit-terraform
196
- rev : v1.90.0
196
+ rev : v1.96.1
197
197
hooks :
198
198
- id : terraform_fmt
199
199
- id : terraform_validate
@@ -206,7 +206,7 @@ repos:
206
206
207
207
# Packer hooks
208
208
- repo : https://github.com/cisagov/pre-commit-packer
209
- rev : v0.0.2
209
+ rev : v0.1.0
210
210
hooks :
211
211
- id : packer_validate
212
212
- id : packer_fmt
0 commit comments