mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ exclude = __pycache__,
|
||||||
[mypy]
|
[mypy]
|
||||||
strict = True
|
strict = True
|
||||||
python_version = 3.9
|
python_version = 3.9
|
||||||
warn_unused_configs = True
|
|
||||||
namespace_packages = True
|
namespace_packages = True
|
||||||
warn_unused_ignores = False
|
warn_unused_ignores = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue