Create gabows_algorithm.py #11658
Annotations
8 errors
Ruff (I001):
graphs/gabows_algorithm.py#L15
graphs/gabows_algorithm.py:15:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
graphs/gabows_algorithm.py#L16
graphs/gabows_algorithm.py:16:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
graphs/gabows_algorithm.py#L16
graphs/gabows_algorithm.py:16:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP006):
graphs/gabows_algorithm.py#L50
graphs/gabows_algorithm.py:50:21: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP006):
graphs/gabows_algorithm.py#L50
graphs/gabows_algorithm.py:50:31: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
graphs/gabows_algorithm.py#L92
graphs/gabows_algorithm.py:92:28: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
graphs/gabows_algorithm.py#L92
graphs/gabows_algorithm.py:92:33: UP006 Use `list` instead of `List` for type annotation
|
ruff
Process completed with exit code 1.
|