mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-25 00:04:30 +02:00
7 lines
169 B
Bash
Executable File
7 lines
169 B
Bash
Executable File
#!/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
|