File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ repos:
21
21
hooks :
22
22
- id : isort
23
23
- repo : https://github.com/psf/black
24
- rev : ' 24.8 .0'
24
+ rev : ' 24.10 .0'
25
25
hooks :
26
26
- id : black
27
27
language_version : python3 # Should be a command that runs python3
28
28
29
29
- repo : https://github.com/python-jsonschema/check-jsonschema.git
30
- rev : 0.29.3
30
+ rev : 0.30.0
31
31
hooks :
32
32
- id : check-github-workflows
33
33
files : ^\.github/workflows/[^/]+$
78
78
- id : detect-private-key
79
79
exclude : ^examples/
80
80
- repo : https://github.com/asottile/pyupgrade
81
- rev : ' v3.17.0 '
81
+ rev : ' v3.19.1 '
82
82
hooks :
83
83
- id : pyupgrade
84
84
args : ['--py36-plus']
@@ -101,7 +101,7 @@ repos:
101
101
- --strict
102
102
103
103
- repo : https://github.com/MarcoGorelli/cython-lint.git
104
- rev : v0.16.2
104
+ rev : v0.16.6
105
105
hooks :
106
106
- id : cython-lint
107
107
@@ -165,7 +165,7 @@ repos:
165
165
- rst
166
166
167
167
- repo : https://github.com/pre-commit/mirrors-mypy.git
168
- rev : v1.11.2
168
+ rev : v1.14.1
169
169
hooks :
170
170
- id : mypy
171
171
alias : mypy-py312
@@ -217,7 +217,7 @@ repos:
217
217
pass_filenames : false
218
218
219
219
- repo : https://github.com/rhysd/actionlint
220
- rev : v1.7.3
220
+ rev : v1.7.6
221
221
hooks :
222
222
- id : actionlint-docker
223
223
args :
You can’t perform that action at this time.
0 commit comments