We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d82281 commit d231a86Copy full SHA for d231a86
.github/workflows/pythonpackage.yml
@@ -31,7 +31,7 @@ jobs:
31
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
32
flake8 . --count --statistics
33
- name: Check formatting with black
34
- if: matrix.python.version >= 3.6
+ if: matrix.python-version >= 3.6
35
run: |
36
pip install black
37
black . --check --exclude "(build/|dist/|\.git/|\.mypy_cache/|\.tox/|\.venv/\.asv/|env|\.eggs)"
0 commit comments