Skip to content

Improved bubble_sort docstrings by adding time and space complexity #17780

Improved bubble_sort docstrings by adding time and space complexity

Improved bubble_sort docstrings by adding time and space complexity #17780

Triggered via pull request May 1, 2026 05:18
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
ruff (W291): sorts/bubble_sort.py#L80
sorts/bubble_sort.py:80:45: W291 Trailing whitespace help: Remove trailing whitespace
ruff (W291): sorts/bubble_sort.py#L13
sorts/bubble_sort.py:13:61: W291 Trailing whitespace help: Remove trailing whitespace
ruff (W293): sorts/bubble_sort.py#L9
sorts/bubble_sort.py:9:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W291): sorts/bubble_sort.py#L8
sorts/bubble_sort.py:8:55: W291 Trailing whitespace help: Remove trailing whitespace
ruff (W291): sorts/bubble_sort.py#L7
sorts/bubble_sort.py:7:61: W291 Trailing whitespace help: Remove trailing whitespace
ruff (W291): sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:69: W291 Trailing whitespace help: Remove trailing whitespace