Skip to content

Improve crossword puzzle solver implementation #17714

Improve crossword puzzle solver implementation

Improve crossword puzzle solver implementation #17714

Triggered via pull request April 20, 2026 09:09
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
ruff (PLR1714): backtracking/crossword_puzzle_solver.py#L30
backtracking/crossword_puzzle_solver.py:30:12: PLR1714 Consider merging multiple comparisons: `cell not in ("", ch)`. Use a `set` if the elements are hashable. help: Merge multiple comparisons