Skip to content

Add doctest to topological_sort #19249

Add doctest to topological_sort

Add doctest to topological_sort #19249

Triggered via pull request September 9, 2026 09:07
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (F821): sorts/topological_sort.py#L43
sorts/topological_sort.py:43:23: F821 Undefined name `current`
ruff (W291): sorts/topological_sort.py#L39
sorts/topological_sort.py:39:40: W291 Trailing whitespace help: Remove trailing whitespace
ruff (E501): sorts/topological_sort.py#L6
sorts/topological_sort.py:6:89: E501 Line too long (97 > 88)