File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 20
20
args : [ "-x"]
21
21
22
22
- repo : https://github.com/pre-commit/mirrors-mypy
23
- rev : v1.18.1
23
+ rev : v1.18.2
24
24
hooks :
25
25
- id : mypy
26
26
args : [ --follow-imports=silent, --config-file=pyproject.toml]
@@ -54,10 +54,10 @@ repos:
54
54
rev : 1.20.0
55
55
hooks :
56
56
- id : blacken-docs
57
- additional_dependencies : [black==25.1 .0]
57
+ additional_dependencies : [black==25.9 .0]
58
58
59
59
- repo : https://github.com/psf/black
60
- rev : 25.1 .0 # If version changes --> modify "blacken-docs" manually as well.
60
+ rev : 25.9 .0 # If version changes --> modify "blacken-docs" manually as well.
61
61
hooks :
62
62
- id : black
63
63
args :
90
90
91
91
# this validates our github workflow files
92
92
- repo : https://github.com/python-jsonschema/check-jsonschema
93
- rev : 0.33.3
93
+ rev : 0.34.0
94
94
hooks :
95
95
- id : check-github-workflows
96
96
Original file line number Diff line number Diff line change
1
+ Pre-commit autoupdate
You can’t perform that action at this time.
0 commit comments