diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a1220cc8..5e92993c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -76,12 +76,12 @@ jobs: # # stop the build if there are Python syntax errors or undefined names # poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - # poetry run flake8 . --count --exit-zero --statistics + poetry run flake8 . --count --exit-zero --statistics - name: Run black --check --exclude=tests/data . run: | echo "pass" - poetry run black --check --exclude=tests/data . + # poetry run black --check --exclude=tests/data . - name: If needed, commit black changes to the pull request if: failure()