feat(sorts): add bubble sort algorithm for beginners #9915
Annotations
7 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 (W292):
sorts/simple_bubble_sort.py#L31
sorts/simple_bubble_sort.py:31:22: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|