Commit Graph

5 Commits

Author SHA1 Message Date
a025fd4956 fix: resolve CI type checking issues
Some checks failed
CI / test (push) Has been cancelled
Shellhist CI / test (push) Has been cancelled
Shellhist CI / build (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:20 +00:00
f6f13c3ea3 fix: resolve F401 unused import lint errors in CI 2026-01-31 13:43:17 +00:00
4250ec76db fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:22 +00:00
b7ef86e6c6 Fix CI lint issues: remove unused imports 2026-01-31 13:34:34 +00:00
3d71513820 Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:09 +00:00