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 bde0ef9 commit 53564cfCopy full SHA for 53564cf
.pre-commit-config.yaml
@@ -7,10 +7,10 @@ repos:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- repo: https://github.com/pre-commit/mirrors-clang-format
10
- rev: v18.1.3 # clang-format version
+ rev: v20.1.5 # clang-format version
11
hooks:
12
- id: clang-format
13
- repo: https://github.com/cpplint/cpplint
14
- rev: 2.0.0
+ rev: 2.0.2
15
16
- id: cpplint
0 commit comments