Skip to content

Commit 0c9d067

Browse files
committed
don't attempt black checking as it binds us to ever changing black versions
Maybe there is a way to pin this?
1 parent d8bcb80 commit 0c9d067

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pythonpackage.yml

-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ 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-
5247
- name: Lint with flake8
5348
run: |
5449
set -x

0 commit comments

Comments
 (0)