Skip to content

Commit

Permalink
ci: update flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 27, 2024
1 parent 2c8fa7f commit d318fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pytest tests
- name: Lint with flake8
run: |
flake8 .
flake8 --exclude _version.py .
- name: Code coverage
run: |
coverage run --source=fcswrite -m pytest tests
Expand Down

0 comments on commit d318fcf

Please sign in to comment.