Skip to content

feat: add counting sort with negative number support #18645

feat: add counting sort with negative number support

feat: add counting sort with negative number support #18645

Triggered via pull request August 22, 2026 14:19
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
ruff (EM102): sorts/counting_sort_negative.py#L75
sorts/counting_sort_negative.py:75:17: EM102 Exception must not use an f-string literal, assign to variable first help: Assign to variable; remove f-string literal