Commit fe5db3e
committed
chore(mypy[docs]) Include docs lexers in default type checks
why: The docs lexer tests import modules from docs/_ext, but the default mypy scope only covered src and tests so uv run mypy failed on unresolved imports and reported a stale docutils override.
what:
- add docs/_ext to the default mypy files list
- remove the unused docutils override entries
- keep the existing shtab and pygments import exceptions1 parent 21e81f7 commit fe5db3e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
149 | | - | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
0 commit comments