Skip to content

Commit 6278297

Browse files
committed
CI: exclude black v25.11.0
1 parent d44cc68 commit 6278297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# installation problems if out of date.
1616
python -m pip install --upgrade pip setuptools numpy
1717
18-
pip install black
18+
pip install black!=25.11.0
1919
- name: Run black
2020
run: |
2121
black . --check

0 commit comments

Comments
 (0)