diff options
Diffstat (limited to 'python/tests/qapi-mypy.sh')
| -rwxr-xr-x | python/tests/qapi-mypy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/tests/qapi-mypy.sh b/python/tests/qapi-mypy.sh new file mode 100755 index 0000000000..363dbaf8c0 --- /dev/null +++ b/python/tests/qapi-mypy.sh @@ -0,0 +1,4 @@ +#!/bin/sh -e +# SPDX-License-Identifier: GPL-2.0-or-later + +python3 -m mypy ../scripts/qapi |