File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # See https://pre-commit.com for more information
2+ # See https://pre-commit.com/hooks.html for more hooks
3+ repos :
4+ - repo : https://github.com/pre-commit/pre-commit-hooks
5+ rev : v5.0.0
6+ hooks :
7+ - id : end-of-file-fixer
8+ - id : check-json
9+ - id : check-yaml
10+ - id : trailing-whitespace
11+ - repo : https://github.com/pre-commit/mirrors-clang-format
12+ rev : v20.1.5 # clang-format version
13+ hooks :
14+ - id : clang-format
15+ - repo : https://github.com/cpplint/cpplint
16+ rev : 2.0.1
17+ hooks :
18+ - id : cpplint
19+ - repo : https://github.com/igorshubovych/markdownlint-cli
20+ rev : v0.45.0
21+ hooks :
22+ - id : markdownlint-fix
23+ - repo : https://github.com/tcort/markdown-link-check
24+ rev : v3.13.7
25+ hooks :
26+ - id : markdown-link-check
27+ args : [-q]
You can’t perform that action at this time.
0 commit comments