Skip to content

Commit 3b375d4

Browse files
Merge pull request #688 from Labelbox/rsun/QQC-486
[QQC-486] Introduce ability to specify queue mode during project creation
2 parents fe3af35 + ad9f21a commit 3b375d4

File tree

7 files changed

+823
-768
lines changed

7 files changed

+823
-768
lines changed

CONTRIB.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ 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 labelbox -i --verbose --recursive --parallel --style "google"
42+
yapf tests/* -i --verbose --recursive --parallel --style "google"
43+
yapf labelbox/* -i --verbose --recursive --parallel --style "google"
4344
```
4445

4546
## Release Steps

0 commit comments

Comments
 (0)