Skip to content

fix: fix imports, conversion, installs #26

fix: fix imports, conversion, installs

fix: fix imports, conversion, installs #26

Triggered via push January 21, 2026 14:12
Status Failure
Total duration 3m 28s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

13 errors
lint
Process completed with exit code 1.
Ruff (UP006): synth_mt/benchmark/dataset.py#L61
synth_mt/benchmark/dataset.py:61:75: UP006 Use `dict` instead of `Dict` for type annotation
Ruff (UP006): synth_mt/benchmark/dataset.py#L61
synth_mt/benchmark/dataset.py:61:70: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): synth_mt/benchmark/dataset.py#L61
synth_mt/benchmark/dataset.py:61:40: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): synth_mt/benchmark/dataset.py#L27
synth_mt/benchmark/dataset.py:27:27: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP035): synth_mt/benchmark/dataset.py#L6
synth_mt/benchmark/dataset.py:6:1: UP035 `typing.Dict` is deprecated, use `dict` instead
Ruff (UP035): synth_mt/benchmark/dataset.py#L6
synth_mt/benchmark/dataset.py:6:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
Ruff (UP035): synth_mt/benchmark/dataset.py#L6
synth_mt/benchmark/dataset.py:6:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (I001): synth_mt/benchmark/dataset.py#L1
synth_mt/benchmark/dataset.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): synth_mt/benchmark/__init__.py#L2
synth_mt/benchmark/__init__.py:2:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): synth_mt/__init__.py#L10
synth_mt/__init__.py:10:1: I001 Import block is un-sorted or un-formatted
test (3.12)
Process completed with exit code 1.
test (3.11)
Process completed with exit code 1.