Skip to content

Commit 58cdfd6

Browse files
committed
chore(mypy): Remove unused ignore_missing_imports overrides
why: After gp-sphinx migration, these modules are only imported in docs/ and tests/docs/ which are excluded from mypy scanning. what: - Remove aafigure, sphinx_argparse_neo, sphinx_fonts, docutils, pygments from mypy overrides
1 parent 73e19a3 commit 58cdfd6

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
@@ -158,18 +158,10 @@ enable_incomplete_feature = []
158158
[[tool.mypy.overrides]]
159159
module = [
160160
"shtab",
161-
"aafigure",
162161
"IPython.*",
163162
"ptpython.*",
164163
"prompt_toolkit.*",
165164
"bpython",
166-
"sphinx_argparse_neo",
167-
"sphinx_argparse_neo.*",
168-
"sphinx_fonts",
169-
"docutils",
170-
"docutils.*",
171-
"pygments",
172-
"pygments.*",
173165
]
174166
ignore_missing_imports = true
175167

0 commit comments

Comments
 (0)