Skip to content

Commit 4b2b133

Browse files
committed
fix #182
1 parent cd5fae6 commit 4b2b133

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v2.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/pocc/pre-commit-hooks
9-
rev: master
9+
rev: v1.1.1
1010
hooks:
1111
- id: clang-format
1212
args: [-i, -style=file]

0 commit comments

Comments
 (0)