Files
xemu/python/tests/qapi-isort.sh
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
289 B
Bash
Raw Normal View History

2025-06-04 16:03:52 -04:00
#!/bin/sh -e
# SPDX-License-Identifier: GPL-2.0-or-later
python3 -m isort --sp . -c ../scripts/qapi/
# Force isort to recognize "compat" as a local module and not third-party
python3 -m isort --sp . -c -p compat \
2025-06-04 16:03:52 -04:00
../docs/sphinx/qapi_domain.py \
../docs/sphinx/qapidoc.py