Adjust array splitting to handle non-divisible arrays #12382
Annotations
10 errors and 1 warning
Ruff (W291):
graphs/array_to_graph.py#L25
graphs/array_to_graph.py:25:67: W291 Trailing whitespace
|
Ruff (UP035):
graphs/array_to_graph.py#L27
graphs/array_to_graph.py:27:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
graphs/array_to_graph.py#L27
graphs/array_to_graph.py:27:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (I001):
graphs/array_to_graph.py#L27
graphs/array_to_graph.py:27:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP006):
graphs/array_to_graph.py#L29
graphs/array_to_graph.py:29:32: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
graphs/array_to_graph.py#L29
graphs/array_to_graph.py:29:57: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP006):
graphs/array_to_graph.py#L29
graphs/array_to_graph.py:29:67: UP006 Use `list` instead of `List` for type annotation
|
Ruff (E501):
graphs/array_to_graph.py#L31
graphs/array_to_graph.py:31:89: E501 Line too long (92 > 88)
|
Ruff (W291):
graphs/array_to_graph.py#L31
graphs/array_to_graph.py:31:92: W291 Trailing whitespace
|
Ruff (W291):
graphs/array_to_graph.py#L39
graphs/array_to_graph.py:39:77: W291 Trailing whitespace
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|