add note #39
ci.yml
on: push
test-full
2m 53s
lint
12s
Matrix: test
Annotations
11 errors
|
lint
Process completed with exit code 1.
|
|
Ruff (UP006):
synth_mt/benchmark/dataset.py#L67
synth_mt/benchmark/dataset.py:67:75: UP006 Use `dict` instead of `Dict` for type annotation
|
|
Ruff (UP006):
synth_mt/benchmark/dataset.py#L67
synth_mt/benchmark/dataset.py:67:70: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
synth_mt/benchmark/dataset.py#L67
synth_mt/benchmark/dataset.py:67:40: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
Ruff (UP006):
synth_mt/benchmark/dataset.py#L28
synth_mt/benchmark/dataset.py:28:23: 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
|