Skip to content

Enhance bubble sort docstrings and type hints #14076

Enhance bubble sort docstrings and type hints

Enhance bubble sort docstrings and type hints #14076

Triggered via pull request September 13, 2025 13:21
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (UP047): sorts/bubble_sort.py#L41
sorts/bubble_sort.py:41:5: UP047 Generic function `bubble_sort_recursive` should use type parameters
Ruff (UP047): sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:5: UP047 Generic function `bubble_sort_iterative` should use type parameters