From 4a7132fa17a41248189aa5d8cfa16779f795bb23 Mon Sep 17 00:00:00 2001 From: John Snow Date: Tue, 25 Aug 2026 17:58:48 -0400 Subject: [PATCH] python: remove stale setup.cfg options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the recent version bumps, we no longer need these directives. Signed-off-by: John Snow Reviewed-by: Marc-André Lureau Message-ID: <20260825215851.1780608-14-jsnow@redhat.com> Signed-off-by: John Snow --- python/setup.cfg | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/python/setup.cfg b/python/setup.cfg index f866f65957..ebb4230899 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -65,7 +65,6 @@ exclude = __pycache__, [mypy] strict = True namespace_packages = True -warn_unused_ignores = False [mypy-qemu.utils.qom_fuse] # fusepy has no type stubs: @@ -76,12 +75,6 @@ allow_subclassing_any = True [mypy-fuse] ignore_missing_imports = True -[mypy-tomli] -ignore_missing_imports = True - -[mypy-tomllib] -ignore_missing_imports = True - [mypy-distlib] ignore_missing_imports = True @@ -91,12 +84,6 @@ ignore_missing_imports = True [mypy-distlib.version] ignore_missing_imports = True -[mypy-pip._vendor.distlib] -ignore_missing_imports = True - -[mypy-pip._vendor.distlib.scripts] -ignore_missing_imports = True - [mypy-pip._vendor.distlib.version] ignore_missing_imports = True