File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 python-version : ' 3.10'
1919 - name : Install system hooks
20- run : sudo apt install -qq clang-format-14 cppcheck
20+ run : sudo apt install -qq cppcheck
2121 -
uses :
pre-commit/[email protected] 2222 with :
2323 extra_args : --all-files --hook-stage manual
Original file line number Diff line number Diff line change @@ -61,15 +61,10 @@ repos:
6161 args : ["--extend-ignore=E501"]
6262
6363 # CPP hooks
64- - repo : local
64+ - repo : https://github.com/pre-commit/mirrors-clang-format
65+ rev : v14.0.6
6566 hooks :
6667 - id : clang-format
67- name : clang-format
68- description : Format files with ClangFormat.
69- entry : clang-format-14
70- language : system
71- files : \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|js|m|proto|vert)$
72- args : ['-fallback-style=none', '-i']
7368
7469 - repo : local
7570 hooks :
You can’t perform that action at this time.
0 commit comments