Skip to content

Added Edmonds Blossom Algorithm #12043 #11065

Added Edmonds Blossom Algorithm #12043

Added Edmonds Blossom Algorithm #12043 #11065

Triggered via pull request October 13, 2024 20:33
Status Failure
Total duration 14s
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#L25
graphs/edmond_blossom_algorithm.py:25:89: E501 Line too long (97 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L26
graphs/edmond_blossom_algorithm.py:26:89: E501 Line too long (102 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L27
graphs/edmond_blossom_algorithm.py:27:89: E501 Line too long (93 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L29
graphs/edmond_blossom_algorithm.py:29:89: E501 Line too long (90 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L36
graphs/edmond_blossom_algorithm.py:36:89: E501 Line too long (89 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L43
graphs/edmond_blossom_algorithm.py:43:89: E501 Line too long (93 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L63
graphs/edmond_blossom_algorithm.py:63:89: E501 Line too long (109 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L75
graphs/edmond_blossom_algorithm.py:75:89: E501 Line too long (96 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L77
graphs/edmond_blossom_algorithm.py:77:89: E501 Line too long (107 > 88)