Enable `disallow_any_generics` in more files (#12906)

This commit is contained in:
Adam Dangoor 2024-09-22 00:04:40 +01:00 committed by GitHub
parent 76110c3ea0
commit c65c7c979e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -237,7 +237,6 @@ module = [
"sphinx.ext.doctest",
"sphinx.ext.graphviz",
"sphinx.ext.inheritance_diagram",
"sphinx.ext.intersphinx._load",
"sphinx.ext.napoleon.docstring",
"sphinx.highlighting",
"sphinx.jinja2glue",
@ -246,11 +245,9 @@ module = [
"sphinx.util",
"sphinx.util.docfields",
"sphinx.util.docutils",
"sphinx.util.i18n",
"sphinx.util.inspect",
"sphinx.util.logging",
"sphinx.util.parallel",
"sphinx.util.template",
]
disallow_any_generics = false