Skip to content

Commit 9a67b24

Browse files
committed
test
1 parent 4c4a644 commit 9a67b24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ repos:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77

8-
# - repo: https://github.com/google/yapf
9-
# rev: v0.31.0
10-
# hooks:
11-
# - id: yapf
12-
# name: "yapf"
13-
# args: [--style, google]
8+
- repo: https://github.com/google/yapf
9+
rev: v0.31.0
10+
hooks:
11+
- id: yapf
12+
name: "yapf"
13+
args: [--style, google]

0 commit comments

Comments
 (0)