Skip to content

reject bool and float as polygon sides; cover negative-breadth cuboid #18147

reject bool and float as polygon sides; cover negative-breadth cuboid

reject bool and float as polygon sides; cover negative-breadth cuboid #18147

Triggered via pull request June 10, 2026 07:39
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
ruff (C420): graphs/depth_first_search_2.py#L74
graphs/depth_first_search_2.py:74:19: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead help: Replace with `dict.fromkeys(iterable)`)