Skip to content

Commit 18f0725

Browse files
Henry Chanhenrylamchan
authored andcommitted
Add black to semaphore task
1 parent ea60797 commit 18f0725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +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 .
3435
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)