feat(sorts): add bubble sort algorithm for beginners #9910
Annotations
9 errors
Ruff (UP035):
sorts/simple_bubble_sort.py#L1
sorts/simple_bubble_sort.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
sorts/simple_bubble_sort.py#L4
sorts/simple_bubble_sort.py:4:23: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/simple_bubble_sort.py#L4
sorts/simple_bubble_sort.py:4:37: UP006 Use `list` instead of `List` for type annotation
|
Ruff (E501):
sorts/simple_bubble_sort.py#L6
sorts/simple_bubble_sort.py:6:89: E501 Line too long (128 > 88)
|
Ruff (E501):
sorts/simple_bubble_sort.py#L11
sorts/simple_bubble_sort.py:11:89: E501 Line too long (105 > 88)
|
Ruff (E501):
sorts/simple_bubble_sort.py#L12
sorts/simple_bubble_sort.py:12:89: E501 Line too long (91 > 88)
|
Ruff (E501):
sorts/simple_bubble_sort.py#L13
sorts/simple_bubble_sort.py:13:89: E501 Line too long (92 > 88)
|
Ruff (PIE808):
sorts/simple_bubble_sort.py#L19
sorts/simple_bubble_sort.py:19:24: PIE808 Unnecessary `start` argument in `range`
|
ruff
Process completed with exit code 1.
|