Skip to content

Commit fe8c942

Browse files
committed
chore(mypy): Remove unused ignore_missing_imports overrides
why: sphinx_fonts and test_sphinx_fonts are no longer local modules. what: - Remove sphinx_fonts ignore_missing_imports override - Remove tests.docs._ext.test_sphinx_fonts disable_error_code override
1 parent ba16f92 commit fe8c942

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,6 @@ files = [
119119
"tests",
120120
]
121121

122-
[[tool.mypy.overrides]]
123-
module = ["sphinx_fonts"]
124-
ignore_missing_imports = true
125-
126-
[[tool.mypy.overrides]]
127-
module = ["tests.docs._ext.test_sphinx_fonts"]
128-
disable_error_code = ["arg-type"]
129-
130122
[tool.coverage.run]
131123
branch = true
132124
parallel = true

0 commit comments

Comments
 (0)