@@ -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.31.2 "
111
+ rev : " 0.32.1 "
112
112
hooks :
113
113
# Validate Dependabot Config (v2) against the schema provided by
114
114
# SchemaStore.
@@ -145,7 +145,7 @@ repos:
145
145
- id : " rst-inline-touching-normal"
146
146
147
147
- repo : " https://github.com/PyCQA/isort"
148
- rev : " 6.0.0 "
148
+ rev : " 6.0.1 "
149
149
hooks :
150
150
# Sort import statements with isort
151
151
- id : " isort"
@@ -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 : " 25.1.0 "
167
167
hooks :
168
168
# Format Python code with black.
169
169
- id : " black"
@@ -176,7 +176,7 @@ repos:
176
176
- " --color"
177
177
178
178
- repo : " https://github.com/PyCQA/flake8"
179
- rev : " 7.1.2 "
179
+ rev : " 7.2.0 "
180
180
hooks :
181
181
# Lint Python code with Flake8.
182
182
- id : " flake8"
@@ -217,7 +217,7 @@ repos:
217
217
# #####################################################################
218
218
219
219
- repo : " https://github.com/maxwinterstein/shfmt-py"
220
- rev : " v3.7 .0.1 "
220
+ rev : " v3.11 .0.2 "
221
221
hooks :
222
222
# Format shell scripts with shfmt.
223
223
# NOTE: The official shfmt hook from
@@ -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"
0 commit comments