First Implementation of Johnson Graph Algorithm #11666
Annotations
5 errors
Ruff (E501):
graphs/johnson_graph.py#L63
graphs/johnson_graph.py:63:89: E501 Line too long (113 > 88)
|
Ruff (E501):
graphs/johnson_graph.py#L85
graphs/johnson_graph.py:85:89: E501 Line too long (100 > 88)
|
Ruff (E501):
graphs/johnson_graph.py#L88
graphs/johnson_graph.py:88:89: E501 Line too long (120 > 88)
|
Ruff (E501):
graphs/johnson_graph.py#L91
graphs/johnson_graph.py:91:89: E501 Line too long (126 > 88)
|
ruff
Process completed with exit code 1.
|