qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL v2 0/6] Python patches
@ 2025-06-05 18:20 John Snow
  2025-06-05 18:20 ` [PULL v2 1/6] qapi: Add some pylint ignores John Snow
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: John Snow @ 2025-06-05 18:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: Cleber Rosa, John Snow, Michael Roth, Peter Maydell,
	Markus Armbruster

The following changes since commit f8a113701dd2d28f3bedb216e59125ddcb77fd05:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2025-06-04 11:43:31 -0400)

are available in the Git repository at:

  https://gitlab.com/jsnow/qemu.git tags/python-pull-request

for you to fetch changes up to 678868eee3947fa25e13ccf3abb004c9c418e8a2:

  qapi: delete un-needed python static analysis configs (2025-06-05 12:10:07 -0400)

----------------------------------------------------------------
Python Pull Request

Add QAPI and QAPI doc files to python static analysis testing regime,
this time for real, probably

----------------------------------------------------------------

John Snow (5):
  qapi: Add some pylint ignores
  docs/qapidoc: linting fixes
  python: update missing dependencies from minreqs
  python: add qapi static analysis tests
  qapi: delete un-needed python static analysis configs

Markus Armbruster (1):
  python: Drop redundant warn_unused_configs = True

 docs/sphinx/qapi_domain.py  | 25 ++++++++++++++-----------
 docs/sphinx/qapidoc.py      |  5 +++--
 python/setup.cfg            |  2 +-
 python/tests/minreqs.txt    | 31 +++++++++++++++++++++++++++++++
 python/tests/qapi-flake8.sh |  6 ++++++
 python/tests/qapi-isort.sh  |  8 ++++++++
 python/tests/qapi-mypy.sh   |  4 ++++
 python/tests/qapi-pylint.sh |  8 ++++++++
 scripts/qapi/.flake8        |  3 ---
 scripts/qapi/.isort.cfg     |  7 -------
 scripts/qapi/backend.py     |  2 ++
 scripts/qapi/mypy.ini       |  4 ----
 scripts/qapi/pylintrc       |  1 +
 13 files changed, 78 insertions(+), 28 deletions(-)
 create mode 100755 python/tests/qapi-flake8.sh
 create mode 100755 python/tests/qapi-isort.sh
 create mode 100755 python/tests/qapi-mypy.sh
 create mode 100755 python/tests/qapi-pylint.sh
 delete mode 100644 scripts/qapi/.flake8
 delete mode 100644 scripts/qapi/.isort.cfg
 delete mode 100644 scripts/qapi/mypy.ini

-- 
2.48.1




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-06-17 16:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05 18:20 [PULL v2 0/6] Python patches John Snow
2025-06-05 18:20 ` [PULL v2 1/6] qapi: Add some pylint ignores John Snow
2025-06-05 18:20 ` [PULL v2 2/6] docs/qapidoc: linting fixes John Snow
2025-06-05 18:20 ` [PULL v2 3/6] python: update missing dependencies from minreqs John Snow
2025-06-05 18:20 ` [PULL v2 4/6] python: add qapi static analysis tests John Snow
2025-06-17 11:44   ` Markus Armbruster
2025-06-17 15:50     ` John Snow
2025-06-05 18:20 ` [PULL v2 5/6] python: Drop redundant warn_unused_configs = True John Snow
2025-06-05 18:20 ` [PULL v2 6/6] qapi: delete un-needed python static analysis configs John Snow
2025-06-06 15:27 ` [PULL v2 0/6] Python patches Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).