Skip to content

Commit

Permalink
ci: fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 29, 2023
1 parent 1ae7e7f commit d63c305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
coverage run --source=pyjibe -m pytest tests
- name: Lint with flake8
run: |
flake8 .
flake8 --exclude _version.py .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Create app and check if it runs (macOS)
Expand Down

0 comments on commit d63c305

Please sign in to comment.