Skip to content

Add type hints to pancake_sort (#14737) #18332

Add type hints to pancake_sort (#14737)

Add type hints to pancake_sort (#14737) #18332

Triggered via pull request June 30, 2026 17:44
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
ruff (W293): sorts/pancake_sort.py#L26
sorts/pancake_sort.py:26:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (I001): sorts/pancake_sort.py#L11
sorts/pancake_sort.py:11:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (W293): sorts/insertion_sort.py#L52
sorts/insertion_sort.py:52:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (I001): sorts/insertion_sort.py#L16
sorts/insertion_sort.py:16:1: I001 Import block is un-sorted or un-formatted help: Organize imports