Commit 609d7c7
committed
chore(mypy[overrides]): Add sphinx_fonts to ignore_missing_imports
why: mypy reports `import-not-found` for `sphinx_fonts` since the package
does not ship type stubs or a py.typed marker.
what:
- Add "sphinx_fonts" to the [[tool.mypy.overrides]] module list
- Position it alongside other Sphinx extension ignores1 parent 99ae852 commit 609d7c7
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
0 commit comments