File tree Expand file tree Collapse file tree 1 file changed +29
-28
lines changed Expand file tree Collapse file tree 1 file changed +29
-28
lines changed Original file line number Diff line number Diff line change 11ci :
2- autoupdate_branch : ' devel'
2+ autoupdate_branch : devel
33repos :
4- - repo : https://github.com/pre-commit/mirrors-clang-format
5- rev : v17.0.4
6- hooks :
7- - id : clang-format
8- args : [--style=Google]
9- - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v4.5.0
11- hooks :
12- - id : check-added-large-files
13- - id : check-ast
14- - id : check-executables-have-shebangs
15- - id : check-json
16- - id : check-merge-conflict
17- - id : check-symlinks
18- - id : check-toml
19- - id : check-yaml
20- - id : debug-statements
21- - id : destroyed-symlinks
22- - id : detect-private-key
23- - id : end-of-file-fixer
24- - id : fix-byte-order-marker
25- - id : mixed-line-ending
26- - id : trailing-whitespace
27- - repo : https://github.com/cheshirekow/cmake-format-precommit
28- rev : v0.6.13
29- hooks :
30- - id : cmake-format
4+ - repo : https://github.com/cheshirekow/cmake-format-precommit
5+ rev : v0.6.13
6+ hooks :
7+ - id : cmake-format
8+ - repo : https://github.com/pre-commit/mirrors-clang-format
9+ rev : v17.0.4
10+ hooks :
11+ - id : clang-format
12+ args :
13+ - --style=Google
14+ - repo : https://github.com/pre-commit/pre-commit-hooks
15+ rev : v4.5.0
16+ hooks :
17+ - id : check-added-large-files
18+ - id : check-ast
19+ - id : check-executables-have-shebangs
20+ - id : check-json
21+ - id : check-merge-conflict
22+ - id : check-symlinks
23+ - id : check-toml
24+ - id : check-yaml
25+ - id : debug-statements
26+ - id : destroyed-symlinks
27+ - id : detect-private-key
28+ - id : end-of-file-fixer
29+ - id : fix-byte-order-marker
30+ - id : mixed-line-ending
31+ - id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments