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