We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706ef8e commit ac62992Copy full SHA for ac62992
1 file changed
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Flake code
63
run: |
64
- python -m pip install flake8
+ python -m pip install flake8 Flake8-pyproject flake8-typing-imports
65
python -m flake8 src tests
66
67
- name: Check import ordering
0 commit comments