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 aac07b1 commit 5eb3bd2Copy full SHA for 5eb3bd2
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: https://github.com/pre-commit/mirrors-clang-format
3
- rev: v12.0.1
+ rev: v13.0.1
4
hooks:
5
- id: clang-format
6
args: [-i, --style=Google]
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v2.3.0
+ rev: v4.1.0
9
10
- id: trailing-whitespace
0 commit comments