mirror of
https://github.com/qemu/qemu.git
synced 2026-09-21 14:04:09 +00:00
python: remove stale setup.cfg options
With the recent version bumps, we no longer need these directives. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <20260825215851.1780608-14-jsnow@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
@@ -65,7 +65,6 @@ exclude = __pycache__,
|
||||
[mypy]
|
||||
strict = True
|
||||
namespace_packages = True
|
||||
warn_unused_ignores = False
|
||||
|
||||
[mypy-qemu.utils.qom_fuse]
|
||||
# fusepy has no type stubs:
|
||||
@@ -76,12 +75,6 @@ allow_subclassing_any = True
|
||||
[mypy-fuse]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-tomli]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-tomllib]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-distlib]
|
||||
ignore_missing_imports = True
|
||||
|
||||
@@ -91,12 +84,6 @@ ignore_missing_imports = True
|
||||
[mypy-distlib.version]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-pip._vendor.distlib]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-pip._vendor.distlib.scripts]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-pip._vendor.distlib.version]
|
||||
ignore_missing_imports = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user