]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
python: Drop redundant warn_unused_configs = True
authorMarkus Armbruster <armbru@redhat.com>
Wed, 4 Jun 2025 20:03:53 +0000 (16:03 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 5 Jun 2025 16:10:05 +0000 (12:10 -0400)
strict = True implies warn_unused_configs = True.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: 20250604200354.459501-6-jsnow@redhat.com

python/setup.cfg

index d21304cadd1db2b7238dbe74355e9cab1cb9db53..d7f5dc7bafe29eec00fe1d7c745a88a021b95783 100644 (file)
@@ -79,7 +79,6 @@ exclude = __pycache__,
 [mypy]
 strict = True
 python_version = 3.9
-warn_unused_configs = True
 namespace_packages = True
 warn_unused_ignores = False