From c65c7c979efe0a50a671bbd41f44bf2b5d7dce7f Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sun, 22 Sep 2024 00:04:40 +0100 Subject: [PATCH] Enable ``disallow_any_generics`` in more files (#12906) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e836a000..da78ae34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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