Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run ruff (Python linter and formatter)
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
with:
version: "0.9.1"
version: "0.15.17"
args: "format --check"

- name: "task fmt: Python and Go formatting"
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ tasks:
# Pinned to match the version used by the `ruff format --check` step in
# .github/workflows/check.yml — newer ruff versions reformat files that
# CI considers already formatted.
- "uvx ruff@0.9.1 format -n"
- "uvx ruff@0.15.17 format -n"

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