Skip to content

Fix type hints in sorts/tim_sort.py, relates to #14457 #17519

Fix type hints in sorts/tim_sort.py, relates to #14457

Fix type hints in sorts/tim_sort.py, relates to #14457 #17519

Triggered via pull request March 28, 2026 19:44
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
ruff (E501): sorts/tim_sort.py#L1
sorts/tim_sort.py:1:89: E501 Line too long (90 > 88)
ruff (PYI041): sorts/tim_sort.py#L1
sorts/tim_sort.py:1:49: PYI041 Use `float` instead of `int | float` help: Remove redundant type