Commit 7b84c64
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 5599297 commit 7b84c64
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
0 commit comments