Commit Graph

4 Commits

Author SHA1 Message Date
de4dca65ae fix: resolve CI type checking issues
Some checks failed
CI / test (push) Has been cancelled
- Add return type annotations to __hash__ (-> int) and __eq__ (-> bool) in HistoryEntry
- Add TextIO import and type annotations for file parameters
- Add type ignore comment for fuzzywuzzy import
- Add HistoryEntry import and list type annotations in time_analysis
- Add assert statements for Optional[datetime] timestamps
- Add TypedDict classes for type-safe pattern dictionaries
- Add CommandPattern import and list[CommandPattern] type annotation
- Add -> None return types to all test methods
- Remove unused HistoryEntry import (F401)
2026-01-31 14:19:04 +00:00
2d8e631a4a Fix CI workflow - convert from Node.js to Python for shellhist
Some checks failed
CI / test (push) Failing after 4m45s
CI / build (push) Has been skipped
2026-01-31 13:52:21 +00:00
6152fc1c92 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:23:18 +00:00
73cb404cf1 Add Gitea Actions workflow: ci.yml
Some checks failed
CI / test (push) Failing after 6s
2026-01-31 13:08:29 +00:00