shrink 'Any generics' mypy whitelist for builders module (#10846)

This commit is contained in:
danieleades
2022-09-29 17:26:53 +01:00
committed by GitHub
parent 8267dc4fde
commit 3c73efadab
2 changed files with 7 additions and 5 deletions

View File

@@ -187,7 +187,9 @@ strict_optional = false
[[tool.mypy.overrides]]
module = [
"sphinx.application",
"sphinx.builders.*",
"sphinx.builders._epub_base",
"sphinx.builders.html",
"sphinx.builders.linkcheck",
"sphinx.cmd.quickstart",
"sphinx.config",
"sphinx.deprecation",