We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88df5c commit 04df77cCopy full SHA for 04df77c
1 file changed
.semaphore/semaphore.yml
@@ -13,6 +13,7 @@ blocks:
13
- sem-version python 3.8
14
- 'flake8 . --count --select=E9,F7,F82 --show-source --statistics'
15
- flake8 . --count --exit-zero --max-complexity=10 --statistics
16
+ - black --check .
17
prologue:
18
commands:
19
- checkout
0 commit comments