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/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ jobs:
- name: Install ruff
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
with:
version: "0.14.9"
version: "0.14.11"
args: "--version"

- run: ruff check --diff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install ruff
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
with:
version: "0.14.9"
version: "0.14.11"
args: "--version"

- run: ruff format
Expand Down
2 changes: 1 addition & 1 deletion scripts/fix_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import sys
from pathlib import Path

from lib_updater import apply_patches, PatchSpec, UtMethod
from lib_updater import PatchSpec, UtMethod, apply_patches


def parse_args():
Expand Down