Skip to content

Commit 6d30bd8

Browse files
authored
Merge pull request #227 from ev-br/pin_ruff
CI: pin ruff
2 parents 3fa1082 + 501375c commit 6d30bd8

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)