1#!/bin/sh -e
2
3cd ../tests/qemu-iotests/
4python3 -m linters --mypy
5