mirror of
https://github.com/qemu/qemu.git
synced 2026-02-14 13:45:51 +00: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
|