Skip to content

First Implementation of Johnson Graph Algorithm #11675

First Implementation of Johnson Graph Algorithm

First Implementation of Johnson Graph Algorithm #11675

Triggered via pull request October 28, 2024 03:36
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.