Commit Graph

10 Commits

Author SHA1 Message Date
Cal Corum
ee80cd72ae fix: apply Black formatting and resolve ruff lint violations
Run Black formatter across 83 files and fix 1514 ruff violations:
- E722: bare except → typed exceptions (17 fixes)
- E711/E712/E721: comparison style fixes with noqa for SQLAlchemy (44 fixes)
- F841: unused variable assignments (70 fixes)
- F541/F401: f-string and import cleanup (1383 auto-fixes)

Remaining 925 errors are all F403/F405 (star imports) — structural,
requires converting to explicit imports in a separate effort.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 11:37:46 -05:00
Cal Corum
0e3b98eb65 S10 Updates + PR Bugfix 2025-11-09 06:12:46 -06:00
Cal Corum
d02e973499 Prod push for Season 8 Updates 2024-11-03 13:38:41 -06:00
Cal Corum
2046ebcdde Add support for Exhibition games 2024-07-11 15:08:06 -05:00
Cal Corum
b2db159fd9 Update help_text.py
Cleanup help text
2023-10-30 21:15:12 -05:00
Cal Corum
c6bf41c280 Update help_text.py
Typo
2023-04-27 00:13:44 -05:00
Cal Corum
622315ca6a Update help_text.py
Script authorization instructions
2023-04-25 02:57:16 -05:00
Cal Corum
883ef7549e Updating help text 2023-04-25 01:56:10 -05:00
Cal Corum
7daee29dca Update help_text.py
Cleanup for latest update
2023-03-27 16:48:18 -05:00
Cal Corum
0c638ae6a5
Initial commit 2023-02-19 21:34:38 -06:00