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 a6b0b63 commit e2248e9Copy full SHA for e2248e9
.pre-commit-config.yaml
@@ -2,12 +2,12 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- repo: https://github.com/pre-commit/mirrors-clang-format
10
- rev: v20.1.5 # clang-format version
+ rev: v21.1.8 # clang-format version
11
12
- id: clang-format
13
- repo: https://github.com/cpplint/cpplint
0 commit comments