Commit 7ac3848
committed
chore(mypy): Add docs/_ext/ to mypy files for CI parity
why: CI runs uv run mypy . (whole tree) but local mypy only checked
packages/, tests/, scripts/; docs/_ext/ errors were invisible locally.
what:
- Add docs/_ext/ to [tool.mypy] files list in pyproject.toml1 parent 407280f commit 7ac3848
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments