Skip to content

Commit 609d7c7

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 99ae852 commit 609d7c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ ignore_missing_imports = true
157157

158158
[[tool.mypy.overrides]]
159159
module = [
160+
"sphinx_fonts",
160161
"cli_usage_lexer",
161162
"argparse_lexer",
162163
"argparse_roles",

0 commit comments

Comments
 (0)