Skip to content

Commit e318209

Browse files
authored
Removing usage of black
Is broking the build, I see how to add that later.
1 parent 0f94133 commit e318209

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3535
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37-
- name: Black Code Formatter
38-
uses: lgeiger/[email protected]
39-
with:
40-
args: --check
4137
- name: Test with pytest
4238
run: |
4339
pip install pytest

0 commit comments

Comments
 (0)