First Implementation of Johnson Graph Algorithm #11675
Annotations
6 errors
Ruff (W291):
graphs/johnson_graph.py#L35
graphs/johnson_graph.py:35:52: W291 Trailing whitespace
|
Ruff (W291):
graphs/johnson_graph.py#L52
graphs/johnson_graph.py:52:55: W291 Trailing whitespace
|
Ruff (W291):
graphs/johnson_graph.py#L83
graphs/johnson_graph.py:83:58: W291 Trailing whitespace
|
Ruff (W291):
graphs/johnson_graph.py#L114
graphs/johnson_graph.py:114:44: W291 Trailing whitespace
|
Ruff (E501):
graphs/johnson_graph.py#L126
graphs/johnson_graph.py:126:89: E501 Line too long (95 > 88)
|
ruff
Process completed with exit code 1.
|