We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccb02a commit 0f3f5bcCopy full SHA for 0f3f5bc
.pre-commit-config.yaml
@@ -10,19 +10,19 @@ repos:
10
- id: check-yaml
11
- id: trailing-whitespace
12
- repo: https://github.com/pre-commit/mirrors-clang-format
13
- rev: v21.1.5 # clang-format version
+ rev: v21.1.7 # clang-format version
14
hooks:
15
- id: clang-format
16
- repo: https://github.com/cpplint/cpplint
17
rev: 2.0.2
18
19
- id: cpplint
20
- repo: https://github.com/igorshubovych/markdownlint-cli
21
- rev: v0.45.0
+ rev: v0.47.0
22
23
- id: markdownlint-fix
24
- repo: https://github.com/tcort/markdown-link-check
25
- rev: v3.14.1
+ rev: v3.14.2
26
27
- id: markdown-link-check
28
args: [-q]
0 commit comments