We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f94133 commit e318209Copy full SHA for e318209
1 file changed
.github/workflows/pythonpackage.yml
@@ -34,10 +34,6 @@ jobs:
34
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
35
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
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
41
- name: Test with pytest
42
run: |
43
pip install pytest
0 commit comments