Skip to content

Add flash sort algorithm implementation #10898

Add flash sort algorithm implementation

Add flash sort algorithm implementation #10898

Triggered via pull request October 11, 2024 08:43
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (I001): sorts/flash_sort.py#L1
sorts/flash_sort.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (C901): sorts/flash_sort.py#L3
sorts/flash_sort.py:3:5: C901 `flash_sort` is too complex (19 > 17)
Ruff (E501): sorts/flash_sort.py#L82
sorts/flash_sort.py:82:89: E501 Line too long (93 > 88)
ruff
Process completed with exit code 1.