From: Markus Armbruster <[email protected]> strict = True implies warn_unused_configs = True.
Signed-off-by: Markus Armbruster <[email protected]> Signed-off-by: John Snow <[email protected]> Reviewed-by: Markus Armbruster <[email protected]> Message-id: [email protected] --- python/setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index d21304cadd1..d7f5dc7bafe 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -79,7 +79,6 @@ exclude = __pycache__, [mypy] strict = True python_version = 3.9 -warn_unused_configs = True namespace_packages = True warn_unused_ignores = False -- 2.48.1
