There was an error while loading. Please reload this page.
1 parent 3fa1082 commit 501375cCopy full SHA for 501375c
1 file changed
.github/workflows/ruff.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install dependencies
14
run: |
15
python -m pip install --upgrade pip
16
- pip install ruff
+ pip install "ruff<0.16"
17
# Update output format to enable automatic inline annotations.
18
- name: Run Ruff
19
run: ruff check --output-format=github .
0 commit comments