Skip to content

Create Bubble Sort Algorithm in Python #10707

Create Bubble Sort Algorithm in Python

Create Bubble Sort Algorithm in Python #10707

Triggered via pull request October 8, 2024 17:35
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.