Skip to content

Update merge_sort.py with new implementation #Fixes 8098 #9579

Update merge_sort.py with new implementation #Fixes 8098

Update merge_sort.py with new implementation #Fixes 8098 #9579

Triggered via pull request September 10, 2024 04:30
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (I001): sorts/merge_sort.py#L11
sorts/merge_sort.py:11:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): sorts/merge_sort.py#L12
sorts/merge_sort.py:12:8: F401 `itertools` imported but unused
Ruff (PLR5501): sorts/merge_sort.py#L101
sorts/merge_sort.py:101:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (E501): sorts/merge_sort.py#L265
sorts/merge_sort.py:265:89: E501 Line too long (89 > 88)
ruff
Process completed with exit code 1.