Skip to content

Added Edmonds Blossom Algorithm #12043 #11085

Added Edmonds Blossom Algorithm #12043

Added Edmonds Blossom Algorithm #12043 #11085

Triggered via pull request October 14, 2024 02:39
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): graphs/edmond_blossom_algorithm.py#L1
graphs/edmond_blossom_algorithm.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): graphs/edmond_blossom_algorithm.py#L157
graphs/edmond_blossom_algorithm.py:157:89: E501 Line too long (101 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L159
graphs/edmond_blossom_algorithm.py:159:89: E501 Line too long (96 > 88)
Ruff (B020): graphs/edmond_blossom_algorithm.py#L162
graphs/edmond_blossom_algorithm.py:162:13: B020 Loop control variable `x` overrides iterable it iterates
Ruff (F821): graphs/edmond_blossom_algorithm.py#L165
graphs/edmond_blossom_algorithm.py:165:70: F821 Undefined name `x`
Ruff (B020): graphs/edmond_blossom_algorithm.py#L172
graphs/edmond_blossom_algorithm.py:172:13: B020 Loop control variable `x` overrides iterable it iterates
Ruff (I001): graphs/edmonds_karp_multiple_source_and_sink.py#L1
graphs/edmonds_karp_multiple_source_and_sink.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP035): graphs/edmonds_karp_multiple_source_and_sink.py#L2
graphs/edmonds_karp_multiple_source_and_sink.py:2:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP035): graphs/edmonds_karp_multiple_source_and_sink.py#L2
graphs/edmonds_karp_multiple_source_and_sink.py:2:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
Ruff (UP035): graphs/edmonds_karp_multiple_source_and_sink.py#L2
graphs/edmonds_karp_multiple_source_and_sink.py:2:1: UP035 `typing.Dict` is deprecated, use `dict` instead