Skip to content

Adjust array splitting to handle non-divisible arrays #12383

Adjust array splitting to handle non-divisible arrays

Adjust array splitting to handle non-divisible arrays #12383

Triggered via pull request January 16, 2025 23:27
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
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#L30
graphs/array_to_graph.py:30:32: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): graphs/array_to_graph.py#L30
graphs/array_to_graph.py:30:57: UP006 Use `dict` instead of `Dict` for type annotation
Ruff (UP006): graphs/array_to_graph.py#L30
graphs/array_to_graph.py:30:67: UP006 Use `list` instead of `List` for type annotation
Ruff (E501): graphs/array_to_graph.py#L32
graphs/array_to_graph.py:32:89: E501 Line too long (91 > 88)
Ruff (E501): graphs/array_to_graph.py#L41
graphs/array_to_graph.py:41:89: E501 Line too long (98 > 88)
ruff
Process completed with exit code 1.
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636