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 @@ -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.0.3
1212 hooks :
1313 - id : buildifier
1414 args :
@@ -49,17 +49,17 @@ repos:
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.11.8
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 : v20.1.0
57+ rev : v20.1.4
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