Skip to content

fix: use pip instead of uv in CI workflows #4

fix: use pip instead of uv in CI workflows

fix: use pip instead of uv in CI workflows #4

Triggered via push February 16, 2026 13:22
Status Failure
Total duration 27s
Artifacts

ci.yml

on: push
Quality Gate
23s
Quality Gate
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (F401): excel_toolkit/commands/append.py#L12
excel_toolkit/commands/append.py:12:45: F401 `excel_toolkit.fp.unwrap` imported but unused
ruff (F401): excel_toolkit/commands/append.py#L12
excel_toolkit/commands/append.py:12:37: F401 `excel_toolkit.fp.is_err` imported but unused
ruff (F401): excel_toolkit/commands/append.py#L12
excel_toolkit/commands/append.py:12:30: F401 `excel_toolkit.fp.is_ok` imported but unused
ruff (I001): excel_toolkit/commands/append.py#L6
excel_toolkit/commands/append.py:6:1: I001 Import block is un-sorted or un-formatted
ruff (F401): excel_toolkit/commands/aggregate.py#L10
excel_toolkit/commands/aggregate.py:10:30: F401 `excel_toolkit.fp.is_ok` imported but unused
ruff (F401): excel_toolkit/commands/aggregate.py#L6
excel_toolkit/commands/aggregate.py:6:21: F401 `pathlib.Path` imported but unused
ruff (I001): excel_toolkit/commands/aggregate.py#L6
excel_toolkit/commands/aggregate.py:6:1: I001 Import block is un-sorted or un-formatted
ruff (I001): excel_toolkit/commands/__init__.py#L8
excel_toolkit/commands/__init__.py:8:1: I001 Import block is un-sorted or un-formatted
ruff (F541): excel_toolkit/cli.py#L61
excel_toolkit/cli.py:61:16: F541 f-string without any placeholders
ruff (I001): excel_toolkit/cli.py#L3
excel_toolkit/cli.py:3:1: I001 Import block is un-sorted or un-formatted