Skip to content

Commit 95866d3

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 d0bfb02 commit 95866d3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +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"]
129122

130123
[tool.ruff]
131124
target-version = "py310"

0 commit comments

Comments
 (0)