Skip to content

First Implementation of Johnson Graph Algorithm #11610

First Implementation of Johnson Graph Algorithm

First Implementation of Johnson Graph Algorithm #11610

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): graphs/johnson_graph.py#L1
graphs/johnson_graph.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): graphs/johnson_graph.py#L1
graphs/johnson_graph.py:1:25: F401 `collections.deque` imported but unused
Ruff (W293): graphs/johnson_graph.py#L10
graphs/johnson_graph.py:10:1: W293 Blank line contains whitespace
Ruff (W293): graphs/johnson_graph.py#L14
graphs/johnson_graph.py:14:1: W293 Blank line contains whitespace
Ruff (F841): graphs/johnson_graph.py#L22
graphs/johnson_graph.py:22:9: F841 Local variable `no_v` is assigned to but never used
Ruff (W293): graphs/johnson_graph.py#L25
graphs/johnson_graph.py:25:1: W293 Blank line contains whitespace
Ruff (W293): graphs/johnson_graph.py#L29
graphs/johnson_graph.py:29:1: W293 Blank line contains whitespace
Ruff (W293): graphs/johnson_graph.py#L32
graphs/johnson_graph.py:32:1: W293 Blank line contains whitespace
Ruff (W291): graphs/johnson_graph.py#L36
graphs/johnson_graph.py:36:64: W291 Trailing whitespace
Ruff (W291): graphs/johnson_graph.py#L40
graphs/johnson_graph.py:40:31: W291 Trailing whitespace