Skip to content

Commit ca2054e

Browse files
committed
test
1 parent dd89d05 commit ca2054e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.pre-commit-config.yaml

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

test.py

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

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

0 commit comments

Comments
 (0)