First Implementation of Johnson Graph Algorithm #11613
Annotations
6 errors
Ruff (I001):
graphs/johnson_graph.py#L1
graphs/johnson_graph.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W293):
graphs/johnson_graph.py#L25
graphs/johnson_graph.py:25:1: W293 Blank line contains whitespace
|
Ruff (W291):
graphs/johnson_graph.py#L40
graphs/johnson_graph.py:40:31: W291 Trailing whitespace
|
Ruff (W293):
graphs/johnson_graph.py#L50
graphs/johnson_graph.py:50:1: W293 Blank line contains whitespace
|
Ruff (W291):
graphs/johnson_graph.py#L51
graphs/johnson_graph.py:51:71: W291 Trailing whitespace
|
ruff
Process completed with exit code 1.
|