snipe/api
pyr0ball f7072cf806
Some checks are pending
CI / Python tests (push) Waiting to run
CI / Frontend typecheck + tests (push) Waiting to run
Mirror / mirror (push) Waiting to run
fix(lint): add TYPE_CHECKING guards for forward-ref types, drop unused var
- Add TYPE_CHECKING block for SnipeCommunityStore, EbayUserTokenManager,
  EbayUserTokens — ruff F821 fires even on string annotations when the
  name is never importable at module scope
- Remove shared_db unused variable (F841)
- Auto-fix I001 import ordering in lifespan lazy-import blocks
2026-07-06 02:28:49 -07:00
..
__init__.py feat(snipe): FastAPI layer, Playwright+Xvfb scraper, caching, tests 2026-03-25 20:09:30 -07:00
cloud_session.py refactor: replace hand-rolled JWT+Heimdall with cf-core CloudSessionFactory 2026-04-25 16:35:41 -07:00
ebay_webhook.py fix: authenticate eBay public key fetch + add webhook health endpoint 2026-04-18 22:20:29 -07:00
main.py fix(lint): add TYPE_CHECKING guards for forward-ref types, drop unused var 2026-07-06 02:28:49 -07:00