Skip to content

Commit 029890c

Browse files
committed
t
1 parent f997a81 commit 029890c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ repos:
1010
rev: v0.31.0
1111
hooks:
1212
- id: yapf
13-
name: "yapf (for labelbox-python repo)"
14-
# args: [--style, google]
13+
name: "yapf"
14+
args: [--style, google]

test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,5 @@ def hello_world():
175175

176176

177177

178+
178179
if 5 == 5: print("goodbye world")

0 commit comments

Comments
 (0)