Commit e221b56
fix: Install types-aiofiles in CI and add mypy flags
CI was failing because types-aiofiles wasn't installed, causing:
'Library stubs not installed for "aiofiles"'
Also added --ignore-missing-imports and --explicit-package-bases
flags to match local mypy configuration.
Verified locally:
✓ mypy passes
✓ black passes
✓ ruff passes
✓ 15 tests pass, 6 xfail
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1f342d5 commit e221b56
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
0 commit comments