Skip to content

Commit efea5f0

Browse files
authored
Update libs into .pre-commit-config.yaml
1 parent f7b00dc commit efea5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(ThirdParty/)|^(.github/)
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.1.0
4+
rev: v4.5.0
55
hooks:
66
- id: check-added-large-files
77
args: ["--maxkb=500"]
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414
args: ["--markdown-linebreak-ext=md"]
1515
- repo: https://github.com/pre-commit/mirrors-clang-format
16-
rev: 'v13.0.1'
16+
rev: 'v18.1.6'
1717
hooks:
1818
- id: clang-format
1919
name: clang-format

0 commit comments

Comments
 (0)