mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/sh -e
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
python3 -m mypy ../scripts/qapi
|