mirror of
https://github.com/qemu/qemu.git
synced 2025-08-05 02:04:04 +00:00
python: Drop redundant warn_unused_configs = True
strict = True implies warn_unused_configs = True. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: 20250604200354.459501-6-jsnow@redhat.com
This commit is contained in:
parent
65aa0a1780
commit
781e730556
@ -79,7 +79,6 @@ exclude = __pycache__,
|
||||
[mypy]
|
||||
strict = True
|
||||
python_version = 3.9
|
||||
warn_unused_configs = True
|
||||
namespace_packages = True
|
||||
warn_unused_ignores = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user