Skip to content

Commit

Permalink
CI: also install Flake8-pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Aug 12, 2024
1 parent 36eb0fc commit 6b3f419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Flake code
run: |
python -m pip install flake8
python -m pip install flake8 Flake8-pyproject
python -m flake8 src tests
- name: Check import ordering
Expand Down

0 comments on commit 6b3f419

Please sign in to comment.