Skip to content

Commit b32856f

Browse files
committed
chore(mypy): Remove unused ignore_missing_imports overrides
why: Bundled extension modules are now provided by PyPI packages. what: - Remove mypy overrides for sphinx_fonts, cli_usage_lexer, and related modules
1 parent c7c0c46 commit b32856f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,6 @@ files = [
120120
"tests/",
121121
]
122122

123-
[[tool.mypy.overrides]]
124-
module = [
125-
"sphinx_fonts",
126-
"cli_usage_lexer",
127-
"argparse_lexer",
128-
"argparse_roles",
129-
]
130-
ignore_missing_imports = true
131-
132123
[tool.ruff]
133124
target-version = "py310"
134125

0 commit comments

Comments
 (0)