1#!/bin/sh -e
2python3 -m flake8 qemu/
3python3 -m flake8 scripts/
4