Skip to content

Commit 2481a10

Browse files
authored
upgrade ruff from 0.9.1 to 0.15.17 (#5717)
Bumps the pinned ruff version in CI and `Taskfile.yml` from 0.9.1 to 0.15.17. No Python files were reformatted by the new version. This pull request and its description were written by Isaac.
1 parent 7d3cfc2 commit 2481a10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run ruff (Python linter and formatter)
4747
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
4848
with:
49-
version: "0.9.1"
49+
version: "0.15.17"
5050
args: "format --check"
5151

5252
- name: "task fmt: Python and Go formatting"

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ tasks:
173173
# Pinned to match the version used by the `ruff format --check` step in
174174
# .github/workflows/check.yml — newer ruff versions reformat files that
175175
# CI considers already formatted.
176-
- "uvx ruff@0.9.1 format -n"
176+
- "uvx ruff@0.15.17 format -n"
177177

178178
# `golangci-lint fmt` walks the filesystem and doesn't typecheck, so it
179179
# formats files across all nested modules (tools/, bundle/internal/tf/codegen/)

0 commit comments

Comments
 (0)