There was an error while loading. Please reload this page.
2 parents 3fa1082 + 501375c commit 6d30bd8Copy full SHA for 6d30bd8
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