Skip to content

Commit 354900d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v13.0.1 → v14.0.1](pre-commit/mirrors-clang-format@v13.0.1...v14.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
1 parent cada166 commit 354900d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v13.0.1
3+
rev: v14.0.1
44
hooks:
55
- id: clang-format
66
args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
8+
rev: v4.2.0
99
hooks:
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)