Skip to content

First Implementation of Johnson Graph Algorithm #11666

First Implementation of Johnson Graph Algorithm

First Implementation of Johnson Graph Algorithm #11666

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.