Commit 22e55b6
faresrafat3
pyproject: add lenient mypy config (alpha stage)
The project depends on chromadb, litellm, instructor, and
duckduckgo-search, none of which ship accurate type stubs. Running
mypy with default strictness was producing dozens of false-positive
errors that blocked CI even though the test suite was clean.
Treat mypy as advisory. Real type bugs (None handling, wrong
arities) will still be visible. Tighten as the codebase matures.1 parent 70fb4d0 commit 22e55b6
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
0 commit comments