paper-dynasty-discord/helpers
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
..
__init__.py feat: Add Scouting feature (Wonder Pick-style social pack opening) 2026-03-09 13:22:58 +00:00
constants.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
discord_utils.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
main.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
random_content.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
scouting.py feat: limit scouting to Standard/Premium packs, simplify scout view 2026-03-09 13:22:58 +00:00
search_utils.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
utils.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00