Added edmonds_blossom_algorithm.py #11087
Annotations
10 errors
Ruff (I001):
graphs/edmonds_blossom_algorithm.py#L1
graphs/edmonds_blossom_algorithm.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
graphs/edmonds_blossom_algorithm.py#L2
graphs/edmonds_blossom_algorithm.py:2:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
graphs/edmonds_blossom_algorithm.py#L2
graphs/edmonds_blossom_algorithm.py:2:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Ruff (UP035):
graphs/edmonds_blossom_algorithm.py#L2
graphs/edmonds_blossom_algorithm.py:2:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP006):
graphs/edmonds_blossom_algorithm.py#L11
graphs/edmonds_blossom_algorithm.py:11:16: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
graphs/edmonds_blossom_algorithm.py#L11
graphs/edmonds_blossom_algorithm.py:11:21: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (UP006):
graphs/edmonds_blossom_algorithm.py#L12
graphs/edmonds_blossom_algorithm.py:12:10: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
graphs/edmonds_blossom_algorithm.py#L12
graphs/edmonds_blossom_algorithm.py:12:15: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (UP006):
graphs/edmonds_blossom_algorithm.py#L23
graphs/edmonds_blossom_algorithm.py:23:16: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP006):
graphs/edmonds_blossom_algorithm.py#L23
graphs/edmonds_blossom_algorithm.py:23:26: UP006 Use `list` instead of `List` for type annotation
|