Skip to content

Commit 0f3f5bc

Browse files
committed
Bump pre-commit hooks
1 parent 6ccb02a commit 0f3f5bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ repos:
1010
- id: check-yaml
1111
- id: trailing-whitespace
1212
- repo: https://github.com/pre-commit/mirrors-clang-format
13-
rev: v21.1.5 # clang-format version
13+
rev: v21.1.7 # clang-format version
1414
hooks:
1515
- id: clang-format
1616
- repo: https://github.com/cpplint/cpplint
1717
rev: 2.0.2
1818
hooks:
1919
- id: cpplint
2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.45.0
21+
rev: v0.47.0
2222
hooks:
2323
- id: markdownlint-fix
2424
- repo: https://github.com/tcort/markdown-link-check
25-
rev: v3.14.1
25+
rev: v3.14.2
2626
hooks:
2727
- id: markdown-link-check
2828
args: [-q]

0 commit comments

Comments
 (0)