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 9c114a5 commit 1ba8667Copy full SHA for 1ba8667
1 file changed
.github/workflows/build.yml
@@ -98,7 +98,7 @@ jobs:
98
python-version: 3.x
99
- name: 'Run linters'
100
run: |
101
- python3 -m pip install ruff black rstcheck toml-sort sphinx
+ python3 -m pip install ruff black==24.10.0 rstcheck toml-sort sphinx
102
make lint-all
103
104
# Produce wheels as artifacts.
0 commit comments