Commit c84bc53
fix: exclude specsmith.esdb from mypy strict checking
The conditional chronomemory stub assignments in esdb/__init__.py produce
type[_Stub] vs type[ChronoRecord] errors that are correct at runtime but
cannot be expressed statically without complex TYPE_CHECKING guards.
Excluding specsmith.esdb follows the same pattern used for other modules
with dynamic typing patterns (mcp_server, compliance, migrations, etc.).
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 9a6550e commit c84bc53
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| |||
0 commit comments