qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: Cleber Rosa <crosa@redhat.com>,
	Michael Roth <michael.roth@amd.com>, John Snow <jsnow@redhat.com>,
	Markus Armbruster <armbru@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 5/6] python: Drop redundant warn_unused_configs = True
Date: Mon, 19 May 2025 13:00:54 -0400	[thread overview]
Message-ID: <20250519170055.3693275-6-jsnow@redhat.com> (raw)
In-Reply-To: <20250519170055.3693275-1-jsnow@redhat.com>

From: Markus Armbruster <armbru@redhat.com>

strict = True implies warn_unused_configs = True.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: 20250512193357.3388514-6-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
---
 python/setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/setup.cfg b/python/setup.cfg
index d21304cadd1..d7f5dc7bafe 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -79,7 +79,6 @@ exclude = __pycache__,
 [mypy]
 strict = True
 python_version = 3.9
-warn_unused_configs = True
 namespace_packages = True
 warn_unused_ignores = False
 
-- 
2.48.1



  parent reply	other threads:[~2025-05-19 17:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-19 17:00 [PULL 0/6] Python patches John Snow
2025-05-19 17:00 ` [PULL 1/6] qapi: Add some pylint ignores John Snow
2025-05-19 17:00 ` [PULL 2/6] docs/qapidoc: linting fixes John Snow
2025-05-19 17:00 ` [PULL 3/6] python: update missing dependencies from minreqs John Snow
2025-05-19 17:00 ` [PULL 4/6] python: add qapi static analysis tests John Snow
2025-05-19 17:00 ` John Snow [this message]
2025-05-19 17:00 ` [PULL 6/6] qapi: delete un-needed python static analysis configs John Snow
2025-05-19 21:17 ` [PULL 0/6] Python patches Stefan Hajnoczi
2025-05-23 17:38   ` John Snow
2025-05-23 19:03     ` Stefan Hajnoczi
2025-05-23 19:45 ` Stefan Hajnoczi
2025-05-27 15:01   ` John Snow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250519170055.3693275-6-jsnow@redhat.com \
    --to=jsnow@redhat.com \
    --cc=armbru@redhat.com \
    --cc=crosa@redhat.com \
    --cc=michael.roth@amd.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).