Re: [PATCH v3 0/6] python: add QAPI and qapidoc et al to python linter tests

2025-04-24 Thread Markus Armbruster
John Snow writes: > Hiya, this series turns on automated linting for scripts/qapi, > docs/sphinx/qapidoc.py and docs/sphinx/qapi_domain.py. > > This includes flake8/isort/pylint/mypy for scripts/qapi, but omits mypy > from the Sphinx plugins owing to my inability to strictly type the > extensions

[PATCH v3 0/6] python: add QAPI and qapidoc et al to python linter tests

2025-04-24 Thread John Snow
Hiya, this series turns on automated linting for scripts/qapi, docs/sphinx/qapidoc.py and docs/sphinx/qapi_domain.py. This includes flake8/isort/pylint/mypy for scripts/qapi, but omits mypy from the Sphinx plugins owing to my inability to strictly type the extensions given the wide versions of Sph