Create Bubble Sort Algorithm in Python #10707
Annotations
4 errors
Ruff (INP001):
data_structures/Sorting/Bubble-Sort.py#L1
data_structures/Sorting/Bubble-Sort.py:1:1: INP001 File `data_structures/Sorting/Bubble-Sort.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (N802):
data_structures/Sorting/Bubble-Sort.py#L2
data_structures/Sorting/Bubble-Sort.py:2:5: N802 Function name `bSort` should be lowercase
|
Ruff (W293):
data_structures/Sorting/Bubble-Sort.py#L9
data_structures/Sorting/Bubble-Sort.py:9:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|