Removing this configuration line allows mypy to type check files from the context of whatever version of Python it happens to be running under, which is actually what we want here, so long as we do actually support running these scripts under multiple versions of Python, which we currently do.
Signed-off-by: John Snow <js...@redhat.com> --- python/setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 1afdcf1c3cd..7d50909b4ec 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -77,7 +77,6 @@ exclude = __pycache__, [mypy] strict = True -python_version = 3.9 namespace_packages = True warn_unused_ignores = False -- 2.48.1