Fix line lengths in browse.py #24

Merged
shoko merged 1 commits from fix/line-lengths into master 2026-03-26 16:42:53 +01:00
Owner

Summary

  • Split 2 lines that exceeded 120 chars in print_detail function
  • All 62 tests pass
## Summary - Split 2 lines that exceeded 120 chars in print_detail function - All 62 tests pass
shoko added 2 commits 2026-03-26 16:40:36 +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
Split 2 lines that exceeded 120 chars in print_detail function.
All 62 tests pass.
han approved these changes 2026-03-26 16:42:31 +01:00
han left a comment
Collaborator

lgtm

lgtm
shoko merged commit 0a7911653b into master 2026-03-26 16:42:53 +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#24