Skip to content

Commit 4c4a644

Browse files
committed
t
1 parent 8c383e6 commit 4c4a644

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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]

test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ def hello_world():
66

77

88

9-
109
if 5 == 5: print("goodbye world")

0 commit comments

Comments
 (0)