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