Skip to content

Commit 96c0393

Browse files
psychedelicioushipsterusername
authored andcommitted
ci: bump ruff to 0.11.2
Need to bump both CI and pyproject.toml at the same time
1 parent 403f795 commit 96c0393

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ jobs:
7373

7474
- name: ruff check
7575
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
76-
run: uv tool run ruff check --output-format=github .
76+
run: uv tool run ruff@0.11.2 check --output-format=github .
7777
shell: bash
7878

7979
- name: ruff format
8080
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
81-
run: uv tool run ruff format --check .
81+
run: uv tool run ruff@0.11.2 format --check .
8282
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies = [
117117
]
118118
"dev" = ["jurigged", "pudb", "snakeviz", "gprof2dot"]
119119
"test" = [
120-
"ruff~=0.9.9",
120+
"ruff~=0.11.2",
121121
"ruff-lsp~=0.0.62",
122122
"mypy",
123123
"pre-commit",

0 commit comments

Comments
 (0)