File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33# See https://pre-commit.com/hooks.html for more hooks
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v5 .0.0
6+ rev : v6 .0.0
77 hooks :
88 - id : end-of-file-fixer
99 - id : check-json
1010 - id : check-yaml
1111 - id : trailing-whitespace
1212 - repo : https://github.com/pre-commit/mirrors-clang-format
13- rev : v20 .1.5 # clang-format version
13+ rev : v21 .1.5 # clang-format version
1414 hooks :
1515 - id : clang-format
1616 - repo : https://github.com/cpplint/cpplint
17- rev : 2.0.1
17+ rev : 2.0.2
1818 hooks :
1919 - id : cpplint
2020 - repo : https://github.com/igorshubovych/markdownlint-cli
2121 rev : v0.45.0
2222 hooks :
2323 - id : markdownlint-fix
2424 - repo : https://github.com/tcort/markdown-link-check
25- rev : v3.13.7
25+ rev : v3.14.1
2626 hooks :
2727 - id : markdown-link-check
2828 args : [-q]
You can’t perform that action at this time.
0 commit comments