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 3636
3737 # Python hooks
3838 - repo : https://github.com/asottile/pyupgrade
39- rev : v3.15.2
39+ rev : v3.16.0
4040 hooks :
4141 - id : pyupgrade
4242 args : [--py36-plus]
@@ -55,14 +55,14 @@ repos:
5555 args : ["--line-length=99"]
5656
5757 - repo : https://github.com/pycqa/flake8
58- rev : 7.0 .0
58+ rev : 7.1 .0
5959 hooks :
6060 - id : flake8
6161 args : ["--extend-ignore=E501"]
6262
6363 # CPP hooks
6464 - repo : https://github.com/pre-commit/mirrors-clang-format
65- rev : v18.1.5
65+ rev : v18.1.8
6666 hooks :
6767 - id : clang-format
6868 args : ['-fallback-style=none', '-i']
@@ -131,7 +131,7 @@ repos:
131131 exclude : CHANGELOG\.rst|\.(svg|pyc)$
132132
133133 - repo : https://github.com/python-jsonschema/check-jsonschema
134- rev : 0.28.4
134+ rev : 0.28.6
135135 hooks :
136136 - id : check-github-workflows
137137 args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments