Skip to content

chore: pin latest dependency versions with uv lock #4

chore: pin latest dependency versions with uv lock

chore: pin latest dependency versions with uv lock #4

Triggered via pull request August 10, 2026 14:52
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
ruff (UP006): codewiki/src/be/agent_tools/str_replace_editor.py#L136
codewiki/src/be/agent_tools/str_replace_editor.py:136:22: UP006 Use `list` instead of `List` for type annotation help: Replace with `list`
ruff (UP045): codewiki/src/be/agent_tools/str_replace_editor.py#L93
codewiki/src/be/agent_tools/str_replace_editor.py:93:50: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (UP045): codewiki/src/be/agent_tools/str_replace_editor.py#L49
codewiki/src/be/agent_tools/str_replace_editor.py:49:24: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (UP006): codewiki/src/be/agent_tools/str_replace_editor.py#L48
codewiki/src/be/agent_tools/str_replace_editor.py:48:32: UP006 Use `list` instead of `List` for type annotation help: Replace with `list`
ruff (UP045): codewiki/src/be/agent_tools/str_replace_editor.py#L48
codewiki/src/be/agent_tools/str_replace_editor.py:48:23: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (I001): codewiki/src/be/agent_tools/str_replace_editor.py#L22
codewiki/src/be/agent_tools/str_replace_editor.py:22:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (UP035): codewiki/src/be/agent_tools/str_replace_editor.py#L13
codewiki/src/be/agent_tools/str_replace_editor.py:13:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
ruff (UP035): codewiki/src/be/agent_tools/str_replace_editor.py#L13
codewiki/src/be/agent_tools/str_replace_editor.py:13:1: UP035 `typing.List` is deprecated, use `list` instead
ruff (I001): codewiki/src/be/agent_tools/str_replace_editor.py#L7
codewiki/src/be/agent_tools/str_replace_editor.py:7:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (EXE001): codewiki/src/be/agent_tools/str_replace_editor.py#L1
codewiki/src/be/agent_tools/str_replace_editor.py:1:1: EXE001 Shebang is present but file is not executable
Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/setup-uv@v6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/setup-uv@v6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/