Commit Graph

6 Commits

Author SHA1 Message Date
Cal Corum
43aff3568f fix: increase API timeouts to prevent bulk query failures
db_calls.py default timeouts raised from 3s to 30s across all methods
(db_get, url_get, db_patch, db_post, db_put). scouting_batters.py
fetch_data now passes timeout=120 for large card rating queries.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 07:53:58 -05:00
Cal Corum
0a17745389 Run black and ruff across entire codebase
Standardize formatting with black and apply ruff auto-fixes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 14:24:33 -05:00
Cal Corum
89deba6d65 Remove hardcoded cardset range in scouting scripts
Changed from range(1, 28) to empty list [] to automatically include
all cardsets without future maintenance. This ensures new cardsets
(like cardset 29) are automatically included in scouting reports.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-12 10:09:11 -06:00
Cal Corum
c89e1eb507 Claude introduction & Live Series Update 2025-07-22 09:24:34 -05:00
Cal Corum
8939b8bd71 Scouting complete :) 2025-02-09 07:57:02 -06:00
Cal Corum
aff600d306 Build scouting csvs locally for upload 2025-02-09 01:17:02 -06:00