File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ repos:
108
108
- id : " check-pre-commit-ci-config"
109
109
110
110
- repo : " https://github.com/python-jsonschema/check-jsonschema"
111
- rev : " 0.29.4 "
111
+ rev : " 0.30.0 "
112
112
hooks :
113
113
# Validate Dependabot Config (v2) against the schema provided by
114
114
# SchemaStore.
@@ -163,7 +163,7 @@ repos:
163
163
- repo : " https://github.com/psf/black-pre-commit-mirror"
164
164
# Stay at black version 23, because some formatting rules change in
165
165
# version 24. Latest 23 version is 23.12.1.
166
- rev : " 23.12.1 "
166
+ rev : " 24.10.0 "
167
167
hooks :
168
168
# Format Python code with black.
169
169
- id : " black"
@@ -195,7 +195,7 @@ repos:
195
195
- " pep8-naming >=0.1, <1.0"
196
196
197
197
- repo : " https://github.com/PyCQA/bandit"
198
- rev : " 1.7.10 "
198
+ rev : " 1.8.0 "
199
199
hooks :
200
200
# Check code security with bandit.
201
201
- id : " bandit"
@@ -264,7 +264,7 @@ repos:
264
264
# v0.12.0 requires ruby2.7
265
265
# v0.11.0 and v0.10.0 require ruby2.6
266
266
# => stay at v0.9.0
267
- rev : " v0.9 .0"
267
+ rev : " v0.12 .0"
268
268
hooks :
269
269
# Lint Markdown files with markdownlint.
270
270
- id : " markdownlint"
You can’t perform that action at this time.
0 commit comments