Commit Graph

10 Commits

Author SHA1 Message Date
ff295f446a 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:11 +00:00
52070216b6 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:09 +00:00
71f7849892 fix: resolve CI type checking issues
Some checks failed
Shellhist CI / test (push) Has been cancelled
Shellhist CI / build (push) Has been cancelled
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:08 +00:00
e49f8bb5aa fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:23 +00:00
00184445fb fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:23 +00:00
ce6b1b4a78 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:22 +00:00
43c7f04134 Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:05 +00:00
4439f8030d Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:04 +00:00
e97df9d2b2 Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:03 +00:00
3d646e314c Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:02 +00:00