Skip to content

First Implementation of Johnson Graph Algorithm #11662

First Implementation of Johnson Graph Algorithm

First Implementation of Johnson Graph Algorithm #11662

Triggered via pull request October 28, 2024 02:41
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (E501): graphs/johnson_graph.py#L34
graphs/johnson_graph.py:34:89: E501 Line too long (100 > 88)
Ruff (E501): graphs/johnson_graph.py#L54
graphs/johnson_graph.py:54:89: E501 Line too long (106 > 88)
Ruff (E501): graphs/johnson_graph.py#L71
graphs/johnson_graph.py:71:89: E501 Line too long (92 > 88)
ruff
Process completed with exit code 1.