Skip to content

Commit dc34d2d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.3 → v14.0.4-1](pre-commit/mirrors-clang-format@v14.0.3...v14.0.4-1) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)
1 parent 60b6105 commit dc34d2d

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
@@ -2,12 +2,12 @@ ci:
22
autoupdate_branch: 'devel'
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v14.0.3
5+
rev: v14.0.4-1
66
hooks:
77
- id: clang-format
88
args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.2.0
10+
rev: v4.3.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)