Commit Graph

71 Commits

Author SHA1 Message Date
7b3ceb1439 test: add -> None return type annotations to all test methods
Some checks failed
CI / test (push) Has been cancelled
Shellhist CI / test (push) Has been cancelled
Shellhist CI / build (push) Has been cancelled
2026-01-31 14:21:27 +00:00
4fb0b6ff88 test: add -> None return type annotations to all test methods
Some checks failed
CI / test (push) Has been cancelled
Shellhist CI / build (push) Has been cancelled
Shellhist CI / test (push) Has been cancelled
2026-01-31 14:21:27 +00:00
70dd85ff20 fix: resolve CI type checking issues
Some checks failed
CI / test (push) Failing after 9s
Shellhist CI / build (push) Has been cancelled
Shellhist 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:22 +00:00
74e8995292 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:21 +00:00
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
7028371275 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:18 +00:00
32f78c6985 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:17 +00:00
65f08d6534 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:15 +00:00
a2eea6a5ee 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:14 +00:00
89e4dbf0cb fix: resolve CI type checking issues
Some checks failed
CI / test (push) Has been cancelled
Shellhist CI / build (push) Has been cancelled
Shellhist 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:12 +00:00
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
e90654ed10 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:07 +00:00
2e5ff87d06 fix: resolve CI type checking issues
Some checks failed
CI / test (push) Has been cancelled
Shellhist CI / build (push) Has been cancelled
Shellhist 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:06 +00:00
9a3f59adec 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:05 +00:00
313e2381f3 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:05 +00:00
ae7c30910d 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:05 +00:00
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
f4830bac6c Add Python CI workflow for shellhist project
Some checks failed
Shellhist CI / test (push) Failing after 4m46s
Shellhist CI / build (push) Has been skipped
2026-01-31 13:46:19 +00:00
6fbe1d0424 fix: resolve F401 unused import lint errors in CI 2026-01-31 13:43:19 +00:00
9fb5941fe7 fix: resolve F401 unused import lint errors in CI 2026-01-31 13:43:18 +00:00
fbc0f82b66 fix: resolve F401 unused import lint errors in CI 2026-01-31 13:43:18 +00:00
fedd090b60 fix: resolve F401 unused import lint errors in CI 2026-01-31 13:43:18 +00:00
f6f13c3ea3 fix: resolve F401 unused import lint errors in CI 2026-01-31 13:43:17 +00:00
40441c7898 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:24 +00:00
0a3351d396 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:24 +00:00
00f67ec62c fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:24 +00:00
1015caedc6 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:23 +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
4250ec76db fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:22 +00:00
ba78cb74f3 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:21 +00:00
646ad2bf59 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:21 +00:00
6392774290 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:36:20 +00:00
ebf667d4da Fix CI lint issues: remove unused imports 2026-01-31 13:34:35 +00:00
811718024a Fix CI lint issues: remove unused imports 2026-01-31 13:34:35 +00:00
0dcff6714f Fix CI lint issues: remove unused imports 2026-01-31 13:34:35 +00:00
c3b3473954 Fix CI lint issues: remove unused imports 2026-01-31 13:34:34 +00:00
b7ef86e6c6 Fix CI lint issues: remove unused imports 2026-01-31 13:34:34 +00:00
bab23ad85f Fix CI lint issues: remove unused imports 2026-01-31 13:34:34 +00:00
6152fc1c92 fix: resolve CI lint failures (F401, F541, F841) 2026-01-31 13:23:18 +00:00
cd254b0e83 Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Failing after 10s
v0.1.0
2026-01-31 13:13:16 +00:00
c521471d44 Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:15 +00:00
b04e4a34c8 Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:14 +00:00
6a2137823a Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:13 +00:00
f914d6d948 Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:12 +00:00
d5f5432c44 Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 13:13:12 +00:00