Run flake8 through poetry.

This commit is contained in:
george 2022-02-06 14:49:16 +00:00
parent 116fc7114a
commit 4800274b33
No known key found for this signature in database
GPG Key ID: D30164B91DE6EEE3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
- name: Check formatting & linting
run: |
poetry run black --check .
flake8
poetry run flake8
- name: Test with pytest
run: |