- CRITICAL: Fix migration FK refs player(id) → player(player_id) - Remove dead is_start flag from pitching groups (no starts column) - Fix hr → homerun in test make_play helper - Add explanatory comment to ruff.toml - Replace print() with logging in seed script Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
124 B
TOML
4 lines
124 B
TOML
[lint]
|
|
# db_engine.py uses `from peewee import *` intentionally — suppress star-import warnings
|
|
ignore = ["F403", "F405"]
|