[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 5/6] python: Drop redundant warn_unused_configs = True
From: |
John Snow |
Subject: |
[PATCH v4 5/6] python: Drop redundant warn_unused_configs = True |
Date: |
Mon, 12 May 2025 15:33:56 -0400 |
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 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
- [PATCH v4 0/6] python: add QAPI and qapidoc et al to python tests, John Snow, 2025/05/12
- [PATCH v4 1/6] qapi: Add some pylint ignores, John Snow, 2025/05/12
- [PATCH v4 3/6] python: update missing dependencies from minreqs, John Snow, 2025/05/12
- [PATCH v4 6/6] qapi: delete un-needed python static analysis configs, John Snow, 2025/05/12
- [PATCH v4 4/6] python: add qapi static analysis tests, John Snow, 2025/05/12
- [PATCH v4 5/6] python: Drop redundant warn_unused_configs = True,
John Snow <=
- [PATCH v4 2/6] docs/qapidoc: linting fixes, John Snow, 2025/05/12
- Re: [PATCH v4 0/6] python: add QAPI and qapidoc et al to python tests, Markus Armbruster, 2025/05/15