mirror of
https://github.com/qemu/qemu.git
synced 2026-02-14 05:35:55 +00:00
7 lines
169 B
Bash
7 lines
169 B
Bash
|
|
#!/bin/sh -e
|
||
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
python3 -m flake8 ../scripts/qapi/ \
|
||
|
|
../docs/sphinx/qapidoc.py \
|
||
|
|
../docs/sphinx/qapi_domain.py
|