Skip to content

Commit

Permalink
Add Flake8-pyproject to fix python annotation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JHolba committed Sep 20, 2023
1 parent 1a4d3f4 commit acd92f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/annotate_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: "3.11"
- name: Install flake8
run: pip install flake8 flake8-bugbear flake8-simplify flake8-debugger flake8-pep3101
run: pip install flake8 flake8-bugbear flake8-simplify flake8-debugger flake8-pep3101 Flake8-pyproject
- name: install project
run: pip install .
- name: install dev requirements
Expand Down

0 comments on commit acd92f5

Please sign in to comment.