Skip to content

feat(sorts): add bubble sort algorithm for beginners #9917

feat(sorts): add bubble sort algorithm for beginners

feat(sorts): add bubble sort algorithm for beginners #9917

Triggered via pull request October 1, 2024 22:42
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (E501): sorts/simple_bubble_sort.py#L3
sorts/simple_bubble_sort.py:3:89: E501 Line too long (128 > 88)
Ruff (E501): sorts/simple_bubble_sort.py#L12
sorts/simple_bubble_sort.py:12:89: E501 Line too long (105 > 88)
Ruff (E501): sorts/simple_bubble_sort.py#L13
sorts/simple_bubble_sort.py:13:89: E501 Line too long (91 > 88)
Ruff (E501): sorts/simple_bubble_sort.py#L14
sorts/simple_bubble_sort.py:14:89: E501 Line too long (92 > 88)
Ruff (PIE808): sorts/simple_bubble_sort.py#L20
sorts/simple_bubble_sort.py:20:24: PIE808 Unnecessary `start` argument in `range`
ruff
Process completed with exit code 1.