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 d44cc68 commit 6278297Copy full SHA for 6278297
.github/workflows/black.yml
@@ -15,7 +15,7 @@ jobs:
15
# installation problems if out of date.
16
python -m pip install --upgrade pip setuptools numpy
17
18
- pip install black
+ pip install black!=25.11.0
19
- name: Run black
20
run: |
21
black . --check
0 commit comments