Skip to content

Commit 7b84c64

Browse files
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 ignores
1 parent 5599297 commit 7b84c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ exclude = [
142142

143143
[[tool.mypy.overrides]]
144144
module = [
145+
"sphinx_fonts",
145146
"cli_usage_lexer",
146147
"argparse_lexer",
147148
"argparse_roles",

0 commit comments

Comments
 (0)