Skip to content

create word search path retrieval with comprehensive doctests #17579

create word search path retrieval with comprehensive doctests

create word search path retrieval with comprehensive doctests #17579

Triggered via pull request April 5, 2026 04:42
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (W293): backtracking/word_search_path.py#L136
backtracking/word_search_path.py:136:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): backtracking/word_search_path.py#L95
backtracking/word_search_path.py:95:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): backtracking/word_search_path.py#L92
backtracking/word_search_path.py:92:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): backtracking/word_search_path.py#L87
backtracking/word_search_path.py:87:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (RUF005): backtracking/word_search_path.py#L68
backtracking/word_search_path.py:68:16: RUF005 Consider `[*current_path, (row, column)]` instead of concatenation help: Replace with `[*current_path, (row, column)]`
ruff (W291): backtracking/word_search_path.py#L33
backtracking/word_search_path.py:33:68: W291 Trailing whitespace help: Remove trailing whitespace
ruff (W291): backtracking/word_search_path.py#L32
backtracking/word_search_path.py:32:63: W291 Trailing whitespace help: Remove trailing whitespace
ruff (E501): backtracking/word_search_path.py#L29
backtracking/word_search_path.py:29:89: E501 Line too long (92 > 88)
ruff (W291): backtracking/word_search_path.py#L27
backtracking/word_search_path.py:27:22: W291 Trailing whitespace help: Remove trailing whitespace
ruff (W291): backtracking/word_search_path.py#L7
backtracking/word_search_path.py:7:62: W291 Trailing whitespace help: Remove trailing whitespace