Skip to content

Commit a33dda4

Browse files
1 parent fb12373 commit a33dda4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464

6565
- name: ruff check
6666
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
67-
run: uv tool run ruff@0.6.0 check --output-format=github .
67+
run: uv tool run ruff@0.9.9 check --output-format=github .
6868
shell: bash
6969

7070
- name: ruff format
7171
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
72-
run: uv tool run ruff@0.6.0 format --check .
72+
run: uv tool run ruff@0.9.9 format --check .
7373
shell: bash

0 commit comments

Comments
 (0)