Commit 2a3f5f7
Zvi Fried
fix: resolve all mypy type checking errors
- Fix importlib_resources import type ignore comments
- Update _evaluate_coding_plan function signature to accept list[str] for research_urls
- All type checking, linting, formatting, and tests now pass locally:
✅ mypy src - Success: no issues found
✅ ruff check src tests - All checks passed
✅ ruff format --check - 12 files already formatted
✅ pytest - 41/41 tests passing1 parent ca6722b commit 2a3f5f7
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments