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 @@ -9,7 +9,7 @@ exclude: |
99
1010repos :
1111 - repo : https://github.com/pre-commit/mirrors-clang-format
12- rev : v19.1.0
12+ rev : v19.1.3
1313 hooks :
1414 - id : clang-format
1515 files : \.(c|h|cpp|hpp|cc|hh|cxx|hxx|m|mm|inc|java)$
@@ -22,15 +22,15 @@ repos:
2222 )
2323 - id : clang-format
2424 name : clang-format-glsl
25- files : \.( glsl) $
25+ files : \.glsl$
2626 types_or : [text]
2727 exclude : |
2828 (?x)^(
2929 tests/python_build/.*|
3030 platform/android/java/editor/src/main/java/com/android/.*|
3131 platform/android/java/lib/src/com/.*
3232 )
33- args : [" -style=file:misc/utility/.clang-format-glsl" ]
33+ args : [' -style=file:misc/utility/.clang-format-glsl' ]
3434
3535 - repo : https://github.com/pocc/pre-commit-hooks
3636 rev : v1.3.5
4545 platform/android/java/editor/src/main/java/com/android/.*|
4646 platform/android/java/lib/src/com/.*
4747 )
48- additional_dependencies : [clang-tidy==18 .1.1 ]
48+ additional_dependencies : [clang-tidy==19 .1.0 ]
4949 require_serial : true
5050 stages : [manual] # Not automatically triggered, invoked via `pre-commit run --hook-stage manual clang-tidy`
5151
You can’t perform that action at this time.
0 commit comments