|
All checks were successful
Ruff Lint / lint (pull_request) Successful in 17s
- Fix falsy-zero bug: `(loss_max or 99)` → `loss_max is not None and losses > loss_max` so a player finishing 10-1 sees ❌ on the perfect-run bonus instead of ⬜ - Tighten test assertion: assert "❌" in bonus_line (was: assert "✅" not in bonus_line) - Revert in_game/gameplay_queries.py to main — formatting/NoResultFound changes belong in PR #163, not here Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ai_manager.py | ||
| data_cache.py | ||
| game_helpers.py | ||
| gameplay_models.py | ||
| gameplay_queries.py | ||
| managerai_responses.py | ||
| simulations.py | ||