diff mbox series

python: Drop redundant warn_unused_configs = True

Message ID 20250326071203.238931-1-armbru@redhat.com (mailing list archive)
State New
Headers show
Series python: Drop redundant warn_unused_configs = True | expand

Commit Message

Markus Armbruster March 26, 2025, 7:12 a.m. UTC
strict = True implies warn_unused_configs = True.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 python/setup.cfg | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/python/setup.cfg b/python/setup.cfg
index cf5af7e664..990e04ea3b 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -79,7 +79,6 @@  exclude = __pycache__,
 [mypy]
 strict = True
 python_version = 3.8
-warn_unused_configs = True
 namespace_packages = True
 warn_unused_ignores = False