Add type hints to browse.py #23

Merged
shoko merged 1 commits from feat/add-type-hints into master 2026-03-26 16:42:08 +01:00
Owner

Summary

  • Added TypedDict classes for typed event/market structures
  • Added type annotations to all functions in browse.py
  • All 62 tests pass
## Summary - Added TypedDict classes for typed event/market structures - Added type annotations to all functions in browse.py - All 62 tests pass
shoko added 1 commit 2026-03-26 16:37:45 +01:00
- Added TypedDict classes for typed event/market structures
- Added type annotations to all functions
- Used Python 3.10+ union syntax (str | None, dict[str, Any])
- All 62 tests pass
han approved these changes 2026-03-26 16:40:56 +01:00
han left a comment
Collaborator

lgtm

lgtm
shoko merged commit bae69043f8 into master 2026-03-26 16:42:08 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jujutsu-skills#23