First Implementation of Johnson Graph Algorithm #11662
Annotations
4 errors
Ruff (E501):
graphs/johnson_graph.py#L34
graphs/johnson_graph.py:34:89: E501 Line too long (100 > 88)
|
Ruff (E501):
graphs/johnson_graph.py#L54
graphs/johnson_graph.py:54:89: E501 Line too long (106 > 88)
|
Ruff (E501):
graphs/johnson_graph.py#L71
graphs/johnson_graph.py:71:89: E501 Line too long (92 > 88)
|
ruff
Process completed with exit code 1.
|