Skip to content

Commit 4940cca

Browse files
authored
Update tests.yml
1 parent 4d10f1b commit 4940cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip uv
26-
python -m uv pip install ruff==0.5.2
26+
python -m uv pip install ruff==0.5.5
2727
# Update output format to enable automatic inline annotations.
2828
- name: Run Ruff Linter
2929
run: ruff check --output-format=github

0 commit comments

Comments
 (0)