Skip to content

Commit 015f734

Browse files
authored
Merge pull request #332 from vkucera/hooks
Update pre-commit hooks
2 parents afab881 + 8f67e16 commit 015f734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
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]

0 commit comments

Comments
 (0)