create word search path retrieval with comprehensive doctests #17725
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (E501):
backtracking/word_search_path.py#L74
backtracking/word_search_path.py:74:89: E501 Line too long (96 > 88)
|
|
ruff (W293):
backtracking/word_search_path.py#L73
backtracking/word_search_path.py:73:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W291):
backtracking/word_search_path.py#L69
backtracking/word_search_path.py:69:42: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (W293):
backtracking/word_search_path.py#L68
backtracking/word_search_path.py:68:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|