John Snow <js...@redhat.com> writes: > This is part five (a), and focuses on QAPISchemaParser in parser.py. > It does not touch QAPIDoc yet, which will be covered next. > > gitlab: https://gitlab.com/jsnow/qemu/-/commits/python-qapi-cleanup-pt5a > > Requirements: > - Python 3.6+ > - mypy >= 0.770 > - pylint >= 2.6.0 (2.7.0+ when using Python 3.9+) > > Every commit should pass with: > - `isort -c qapi/` > - `flake8 qapi/` > - `pylint --rcfile=qapi/pylintrc qapi/` > - `mypy --config-file=qapi/mypy.ini qapi/`
Series Reviewed-by: Markus Armbruster <arm...@redhat.com> and queued with doc string spacing slightly tweaked to consistently satisfy PEP 8's two spaces between sentences rule. Thanks!