fix: fix imports, conversion, installs #26
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.
|