We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf2b4f commit f0a3332Copy full SHA for f0a3332
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install dependencies
30
run: |
31
- uv pip install --system black==24.* flake8==7.* isort==5.*
+ uv pip install --system black==24.* flake8==7.* flake8-pyproject==1.* isort==5.*
32
33
- name: Check code format with Black
34
0 commit comments