mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:17 +00:00
minikconf: add mypy annotations
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -65,6 +65,9 @@ class TestLinters:
|
||||
]
|
||||
)
|
||||
|
||||
def test_mypy_minikconf(self):
|
||||
check_call([sys.executable, "-m", "mypy", "../scripts/minikconf.py"])
|
||||
|
||||
def test_mypy_pkg(self):
|
||||
check_call([sys.executable, "-m", "mypy", "-p", "qemu"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user