Commit dfc8942
authored
fix: correct type annotations and improve CI cache invalidation (#579)
- Fix incorrect **kwargs type annotation in elasticsearch.py (dict[str, int] -> Any)
- Remove unnecessary type: ignore comments for imports now in pyproject.toml
- Update CI pre-commit cache key to include uv.lock hash
- Ensures MyPy re-checks files when dependencies change
Fixes type errors introduced in #571 that were masked by stale CI cache.
Signed-off-by: Alex Bozarth <ajbozart@us.ibm.com>1 parent 4cc75c8 commit dfc8942
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments