[PATCH v3 5/6] python: Drop redundant warn_unused_configs = True

John Snow posted 6 patches 7 months, 3 weeks ago
[PATCH v3 5/6] python: Drop redundant warn_unused_configs = True
Posted by John Snow 7 months, 3 weeks ago
From: Markus Armbruster <armbru@redhat.com>

strict = True implies warn_unused_configs = True.

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

diff --git a/python/setup.cfg b/python/setup.cfg
index 84d8a1fd30d..757f41d9491 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -80,7 +80,6 @@ exclude = __pycache__,
 [mypy]
 strict = True
 python_version = 3.8
-warn_unused_configs = True
 namespace_packages = True
 warn_unused_ignores = False
 
-- 
2.48.1