Skip to content

Commit 377d9d0

Browse files
authored
Merge pull request #693 from Labelbox/contrib-update
Update CONTRIB.md
2 parents 42250ce + 78103a3 commit 377d9d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIB.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ variable. For more info see [Labelbox API key docs](https://labelbox.helpdocs.io
3939
To pass tests, code must be formatted using the following command:
4040

4141
```shell
42-
yapf tests/* -i --verbose --recursive --parallel --style "google"
43-
yapf labelbox/* -i --verbose --recursive --parallel --style "google"
42+
yapf tests labelbox -i --verbose --recursive --parallel --style "google"
4443
```
4544

4645
## Release Steps

0 commit comments

Comments
 (0)