Skip to content

Improved bubble_sort docstrings by adding time and space complexity #17778

Improved bubble_sort docstrings by adding time and space complexity

Improved bubble_sort docstrings by adding time and space complexity #17778

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
ruff (E501): sorts/bubble_sort.py#L12
sorts/bubble_sort.py:12:89: E501 Line too long (91 > 88)
ruff (W293): sorts/bubble_sort.py#L8
sorts/bubble_sort.py:8:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W291): sorts/bubble_sort.py#L7
sorts/bubble_sort.py:7:87: W291 Trailing whitespace help: Remove trailing whitespace
ruff (W291): sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:94: W291 Trailing whitespace help: Remove trailing whitespace
ruff (E501): sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:89: E501 Line too long (94 > 88)