[PATCH 0/6] qapi: static typing conversion, pt5b

John Snow posted 6 patches 2 years, 11 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
scripts/qapi/mypy.ini  |  5 ---
scripts/qapi/parser.py | 85 ++++++++++++++++++++++++++----------------
scripts/qapi/pylintrc  |  3 +-
3 files changed, 54 insertions(+), 39 deletions(-)
[PATCH 0/6] qapi: static typing conversion, pt5b
Posted by John Snow 2 years, 11 months ago
This is part five (b), and focuses on QAPIDoc in parser.py.

gitlab: https://gitlab.com/jsnow/qemu/-/commits/python-qapi-cleanup-pt5b

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/`

John Snow (6):
  qapi/parser.py: remove unused check_args_section arguments
  qapi/parser: Allow empty QAPIDoc Sections
  qapi/parser.py: add type hint annotations (QAPIDoc)
  qapi/parser.py: enable mypy checks
  qapi/parser.py: Silence too-few-public-methods warning
  qapi/parser.py: enable pylint checks

 scripts/qapi/mypy.ini  |  5 ---
 scripts/qapi/parser.py | 85 ++++++++++++++++++++++++++----------------
 scripts/qapi/pylintrc  |  3 +-
 3 files changed, 54 insertions(+), 39 deletions(-)

-- 
2.30.2