diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/setup.cfg b/python/setup.cfg index d21304cadd..d7f5dc7baf 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 |