We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b00dc commit efea5f0Copy full SHA for efea5f0
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ^(ThirdParty/)|^(.github/)
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.1.0
+ rev: v4.5.0
5
hooks:
6
- id: check-added-large-files
7
args: ["--maxkb=500"]
@@ -13,7 +13,7 @@ repos:
13
- id: trailing-whitespace
14
args: ["--markdown-linebreak-ext=md"]
15
- repo: https://github.com/pre-commit/mirrors-clang-format
16
- rev: 'v13.0.1'
+ rev: 'v18.1.6'
17
18
- id: clang-format
19
name: clang-format
0 commit comments