File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
# Python hooks
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : v3.15.2
39
+ rev : v3.16.0
40
40
hooks :
41
41
- id : pyupgrade
42
42
args : [--py36-plus]
@@ -55,14 +55,14 @@ repos:
55
55
args : ["--line-length=99"]
56
56
57
57
- repo : https://github.com/pycqa/flake8
58
- rev : 7.0 .0
58
+ rev : 7.1 .0
59
59
hooks :
60
60
- id : flake8
61
61
args : ["--extend-ignore=E501"]
62
62
63
63
# CPP hooks
64
64
- repo : https://github.com/pre-commit/mirrors-clang-format
65
- rev : v18.1.5
65
+ rev : v18.1.8
66
66
hooks :
67
67
- id : clang-format
68
68
args : ['-fallback-style=none', '-i']
@@ -132,7 +132,7 @@ repos:
132
132
exclude : CHANGELOG\.rst|\.(svg|pyc|drawio)$
133
133
134
134
- repo : https://github.com/python-jsonschema/check-jsonschema
135
- rev : 0.28.4
135
+ rev : 0.28.6
136
136
hooks :
137
137
- id : check-github-workflows
138
138
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments