Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68fca74

Browse files
committed
Revert "don't attempt black checking as it binds us to ever changing black versions"
This reverts commit 0c9d067.
1 parent 0c9d067 commit 68fca74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
# and cause subsequent tests to fail
4545
cat test/fixtures/.gitconfig >> ~/.gitconfig
4646
47+
- name: Lint with black
48+
run: |
49+
set -x
50+
black --check .
51+
4752
- name: Lint with flake8
4853
run: |
4954
set -x

0 commit comments

Comments
 (0)