File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
# See https://pre-commit.com for more information
2
2
# See https://pre-commit.com/hooks.html for more hooks
3
+
3
4
repos :
4
5
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
6
+ rev : v4.5 .0
6
7
hooks :
7
8
- id : trailing-whitespace
8
9
- id : end-of-file-fixer
9
10
- id : check-yaml
10
- # - id: check-added-large-files
11
- - repo : https://github.com/pocc/pre-commit-hooks
12
- rev : v1.3.5
11
+ - id : check-json
12
+
13
+ - repo : https://github.com/bmorcos/pre-commit-hooks-cpp
14
+ rev : 9a5aa38207bf557961110d6a4f7e3a9d352911f9
13
15
hooks :
14
- - id : clang-format
15
- # - id: clang-tidy
16
- # - id: oclint
17
- # - id: uncrustify
18
- # - id: cppcheck
19
- # - id: cpplint
20
- # - id: include-what-you-use
16
+ # - id: clang-format
17
+ # args: ["-style=file"]
18
+ - id : cpplint
19
+ # - id: cppcheck
You can’t perform that action at this time.
0 commit comments