Improve crossword puzzle solver implementation #17714
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
|