We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f997a81 commit 029890cCopy full SHA for 029890c
.pre-commit-config.yaml
@@ -10,5 +10,5 @@ repos:
10
rev: v0.31.0
11
hooks:
12
- id: yapf
13
- name: "yapf (for labelbox-python repo)"
14
- # args: [--style, google]
+ name: "yapf"
+ args: [--style, google]
test.py
@@ -175,4 +175,5 @@ def hello_world():
175
176
177
178
+
179
if 5 == 5: print("goodbye world")
0 commit comments