Skip to content

Commit f0a3332

Browse files
.
1 parent abf2b4f commit f0a3332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31-
uv pip install --system black==24.* flake8==7.* isort==5.*
31+
uv pip install --system black==24.* flake8==7.* flake8-pyproject==1.* isort==5.*
3232
3333
- name: Check code format with Black
3434
run: |

0 commit comments

Comments
 (0)