We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb12373 commit a33dda4Copy full SHA for a33dda4
.github/workflows/python-checks.yml
@@ -64,10 +64,10 @@ jobs:
64
65
- name: ruff check
66
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 .
+ run: uv tool run ruff@0.9.9 check --output-format=github .
68
shell: bash
69
70
- name: ruff format
71
72
- run: uv tool run ruff@0.6.0 format --check .
+ run: uv tool run ruff@0.9.9 format --check .
73
0 commit comments