xref: /openbmc/qemu/python/tests/qapi-flake8.sh (revision 21f4c5a700394878a6028708be480e73d8bea890)
1#!/bin/sh -e
2# SPDX-License-Identifier: GPL-2.0-or-later
3
4python3 -m flake8 ../scripts/qapi/ \
5        ../docs/sphinx/qapidoc.py \
6        ../docs/sphinx/qapi_domain.py
7