minikconf: run through isort

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini
2026-04-30 10:58:41 +02:00
parent 0425d6b9de
commit 5decfc6af7
2 changed files with 5 additions and 2 deletions

View File

@@ -25,6 +25,9 @@ class TestLinters:
]
)
def test_isort_minikconf(self):
check_call([sys.executable, "-m", "isort", "-c", "../scripts/minikconf.py"])
def test_isort_pkg(self):
check_call([sys.executable, "-m", "isort", "-c", "qemu/"])