File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ exclude: (.*\.patch)
88
99repos :
1010 - repo : https://github.com/keith/pre-commit-buildifier
11- rev : 8.0 .1
11+ rev : 8.2 .1
1212 hooks :
1313 - id : buildifier
1414 args :
@@ -44,22 +44,22 @@ repos:
4444 - id : yapf
4545 args : [-i, --style, .style.yapf]
4646 - repo : https://github.com/asottile/reorder_python_imports
47- rev : v3.14 .0
47+ rev : v3.16 .0
4848 hooks :
4949 - id : reorder-python-imports
5050 args : [--py37-plus]
5151 - repo : https://github.com/astral-sh/ruff-pre-commit
52- rev : v0.11.0
52+ rev : v0.14.14
5353 hooks :
5454 - id : ruff
5555 args : [--fix, --show-fixes, --exit-non-zero-on-fix]
5656 - repo : https://github.com/pre-commit/mirrors-clang-format
57- rev : v21.1.6
57+ rev : v21.1.8
5858 hooks :
5959 - id : clang-format
6060 exclude_types : [json]
6161 - repo : https://github.com/cpplint/cpplint
62- rev : 2.0.0
62+ rev : 2.0.2
6363 hooks :
6464 - id : cpplint
6565 args : ["--filter=-build/c++11,-build/c++14"]
You can’t perform that action at this time.
0 commit comments