Skip to content

Commit 501375c

Browse files
committed
CI: pin ruff
ruff==0.16.0 (released Jul 23, 2026) emits a new wall of warnings
1 parent 3fa1082 commit 501375c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: |
1515
python -m pip install --upgrade pip
16-
pip install ruff
16+
pip install "ruff<0.16"
1717
# Update output format to enable automatic inline annotations.
1818
- name: Run Ruff
1919
run: ruff check --output-format=github .

0 commit comments

Comments
 (0)