Skip to content

Commit 6120f75

Browse files
committed
Lint with Ruff 0.5.2
1 parent 369d424 commit 6120f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install "ruff==0.1.11"
29+
python -m pip install "ruff==0.5.2"
3030
3131
- name: Lint with Ruff
3232
run: |

0 commit comments

Comments
 (0)