Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
install flake8 directly.
Will incorporate in pyproject.toml and then revert
  • Loading branch information
sjswerdloff committed Jul 8, 2023
1 parent 92a3a2f commit 549bdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
poetry install -E all
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit 549bdda

Please sign in to comment.