Skip to content

Commit

Permalink
Adding flake8 back
Browse files Browse the repository at this point in the history
  • Loading branch information
bltravis committed Jul 15, 2024
1 parent 58c2d8a commit 25b0def
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ jobs:

- name: Install poetry
run: |
python -m pip install poetry
python -m pip install poetry
- name: Install dependencies
run: |
poetry install --with dev
- name: Install Flake8
run: |
poetry add flake8 --dev
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 25b0def

Please sign in to comment.