Skip to content

Commit 1ba8667

Browse files
committed
pin black version to 24.X, because new 25.X breaks style
1 parent 9c114a5 commit 1ba8667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
python-version: 3.x
9999
- name: 'Run linters'
100100
run: |
101-
python3 -m pip install ruff black rstcheck toml-sort sphinx
101+
python3 -m pip install ruff black==24.10.0 rstcheck toml-sort sphinx
102102
make lint-all
103103
104104
# Produce wheels as artifacts.

0 commit comments

Comments
 (0)