Skip to content

Commit 2cd9fa6

Browse files
committed
pre-commit: update
1 parent 06ca384 commit 2cd9fa6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ repos:
33
rev: v13.0.1
44
hooks:
55
- id: clang-format
6-
args: [-i, --style=Google]
6+
args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
77
- repo: https://github.com/pre-commit/pre-commit-hooks
88
rev: v4.1.0
99
hooks:
1010
- id: trailing-whitespace
11+
- repo: https://github.com/psf/black
12+
rev: 22.3.0
13+
hooks:
14+
- id: black

0 commit comments

Comments
 (0)