Skip to content

feat: add Jarvis March (Gift Wrapping) convex hull algorithm #17007

feat: add Jarvis March (Gift Wrapping) convex hull algorithm

feat: add Jarvis March (Gift Wrapping) convex hull algorithm #17007

Triggered via pull request February 5, 2026 03:53
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff
Process completed with exit code 1.
Ruff (W293): geometry/jarvis_march.py#L162
geometry/jarvis_march.py:162:1: W293 Blank line contains whitespace
Ruff (E501): geometry/jarvis_march.py#L152
geometry/jarvis_march.py:152:89: E501 Line too long (94 > 88)
Ruff (E501): geometry/jarvis_march.py#L140
geometry/jarvis_march.py:140:89: E501 Line too long (97 > 88)
Ruff (E501): geometry/jarvis_march.py#L138
geometry/jarvis_march.py:138:89: E501 Line too long (97 > 88)
Ruff (E501): geometry/jarvis_march.py#L119
geometry/jarvis_march.py:119:89: E501 Line too long (105 > 88)
Ruff (W293): geometry/jarvis_march.py#L114
geometry/jarvis_march.py:114:1: W293 Blank line contains whitespace
Ruff (E501): geometry/jarvis_march.py#L105
geometry/jarvis_march.py:105:89: E501 Line too long (95 > 88)
Ruff (W293): geometry/jarvis_march.py#L90
geometry/jarvis_march.py:90:1: W293 Blank line contains whitespace
Ruff (C901): geometry/jarvis_march.py#L71
geometry/jarvis_march.py:71:5: C901 `jarvis_march` is too complex (19 > 17)