CI ruff check failed on the seasonal_mix tuple-row coercion path where a `zip(columns, row)` call lacked an explicit `strict=`. Set `strict=False` to preserve the original intent (tolerant if the row shape ever drifts from the column tuple). The SELECT always returns 8 columns so the lengths match in practice; using strict=False just avoids a future raise if a generator drift changes that. Live happy path stays unchanged: rows from sqlite3.Row hit the `hasattr(r, 'keys')` branch above and never reach the zip line. The zip branch only runs for plain-tuple rows in tests. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _common.py | ||
| archives.py | ||
| daily_mix.py | ||
| discovery_shuffle.py | ||
| fresh_tape.py | ||
| genre_playlist.py | ||
| hidden_gems.py | ||
| popular_picks.py | ||
| seasonal_mix.py | ||
| time_machine.py | ||