Skip to content

Commit 5f89a1d

Browse files
committed
test
1 parent ca2054e commit 5f89a1d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ repos:
1111
hooks:
1212
- id: yapf
1313
name: "yapf (for labelbox-python repo)"
14-
args: [--style "google" ]
14+
args: [--style, google]

test.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,5 @@
170170
def hello_world():
171171
print("hello world")
172172

173-
174-
175-
176-
if 5 == 5: print("goodbye world")
173+
if 5 == 5:
174+
print("goodbye world")

0 commit comments

Comments
 (0)