mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-08-26 22:23:12 -04:00
5 lines
90 B
Bash
5 lines
90 B
Bash
|
|
#!/bin/sh -e
|
||
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
python3 -m mypy ../scripts/qapi
|