mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-03-26 18:22:55 -07: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
|