Skip to content

Fix bugs and typo errors in closest_pair_of_points.py #17345

Fix bugs and typo errors in closest_pair_of_points.py

Fix bugs and typo errors in closest_pair_of_points.py #17345

Triggered via pull request March 10, 2026 07:46
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
ruff (E501): divide_and_conquer/closest_pair_of_points.py#L85
divide_and_conquer/closest_pair_of_points.py:85:89: E501 Line too long (122 > 88)
ruff (E501): divide_and_conquer/closest_pair_of_points.py#L64
divide_and_conquer/closest_pair_of_points.py:64:89: E501 Line too long (112 > 88)
ruff (E501): divide_and_conquer/closest_pair_of_points.py#L42
divide_and_conquer/closest_pair_of_points.py:42:89: E501 Line too long (108 > 88)
ruff (E501): divide_and_conquer/closest_pair_of_points.py#L26
divide_and_conquer/closest_pair_of_points.py:26:89: E501 Line too long (110 > 88)