Skip to content

Commit 6bcaaec

Browse files
Pin Black version to 25.9.0 in CI
1 parent d83a0b9 commit 6bcaaec

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
@@ -287,7 +287,7 @@ jobs:
287287
- name: Install quality tools
288288
run: |
289289
python -m pip install --upgrade pip
290-
pip install flake8 black isort mypy
290+
pip install flake8 black==25.9.0 isort mypy
291291
pip install -e .
292292
293293
- name: Run Black

0 commit comments

Comments
 (0)