Skip to content

Add Python solutions for Search Insert Position and Search Range #15192

Add Python solutions for Search Insert Position and Search Range

Add Python solutions for Search Insert Position and Search Range #15192

Triggered via pull request October 11, 2025 06:47
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (W293): data_structures/Binary search algo/search_insert_position.py#L3
data_structures/Binary search algo/search_insert_position.py:3:1: W293 Blank line contains whitespace
Ruff (N802): data_structures/Binary search algo/search_insert_position.py#L1
data_structures/Binary search algo/search_insert_position.py:1:5: N802 Function name `searchInsert` should be lowercase
Ruff (INP001): data_structures/Binary search algo/search_insert_position.py#L1
data_structures/Binary search algo/search_insert_position.py:1:1: INP001 File `data_structures/Binary search algo/search_insert_position.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (N802): data_structures/Binary search algo/first_and_last_positon_sorted_array.py#L1
data_structures/Binary search algo/first_and_last_positon_sorted_array.py:1:5: N802 Function name `searchRange` should be lowercase
Ruff (INP001): data_structures/Binary search algo/first_and_last_positon_sorted_array.py#L1
data_structures/Binary search algo/first_and_last_positon_sorted_array.py:1:1: INP001 File `data_structures/Binary search algo/first_and_last_positon_sorted_array.py` is part of an implicit namespace package. Add an `__init__.py`.