Skip to content

Commit b8dcdcf

Browse files
Henry Chanhenrylamchan
authored andcommitted
Black with flag so it errors out semaphore
1 parent 18f0725 commit b8dcdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ blocks:
3131
- flake8 . --count --select=E9,F7,F82 --show-source --statistics
3232
- flake8 . --count --exit-zero --max-complexity=10 --statistics
3333
- pytest --cov-report xml --cov=workos
34-
- black .
34+
- black --check .
3535
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)