Remove `sphinx.util.inspect` from the no-any-generics whitelist

This commit is contained in:
Adam Turner
2025-01-22 20:36:15 +00:00
parent 7446a883c2
commit 3927b9e211
2 changed files with 15 additions and 9 deletions

View File

@@ -234,7 +234,6 @@ module = [
"sphinx.domains",
"sphinx.domains.c",
"sphinx.domains.cpp",
"sphinx.util.inspect",
"sphinx.util.logging",
"sphinx.util.parallel",
]