Skip to content

First Implementation of Johnson Graph Algorithm #11613

First Implementation of Johnson Graph Algorithm

First Implementation of Johnson Graph Algorithm #11613

Triggered via pull request October 25, 2024 16:10
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.