From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: John Snow <jsnow@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>,
Cleber Rosa <crosa@redhat.com>
Subject: [PATCH 2/2] python: pylint 2.11 support
Date: Thu, 16 Sep 2021 14:22:48 -0400 [thread overview]
Message-ID: <20210916182248.721529-3-jsnow@redhat.com> (raw)
In-Reply-To: <20210916182248.721529-1-jsnow@redhat.com>
We're not ready to enforce f-strings everywhere, so just silence this
new warning.
Signed-off-by: John Snow <jsnow@redhat.com>
---
python/setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/setup.cfg b/python/setup.cfg
index 0f0cab098f..fdca265fec 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -87,7 +87,7 @@ ignore_missing_imports = True
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use "--disable=all --enable=classes
# --disable=W".
-disable=
+disable=consider-using-f-string,
[pylint.basic]
# Good variable names which should always be accepted, separated by a comma.
--
2.31.1
next prev parent reply other threads:[~2021-09-16 18:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-16 18:22 [PATCH 0/2] Python: update CI tests for pylint 2.10 and 2.11 John Snow
2021-09-16 18:22 ` [PATCH 1/2] python: Update for pylint 2.10 John Snow
2021-09-16 18:38 ` Eduardo Habkost
2021-09-16 18:46 ` Willian Rampazzo
2021-09-16 18:22 ` John Snow [this message]
2021-09-16 18:41 ` [PATCH 2/2] python: pylint 2.11 support Eduardo Habkost
2021-09-16 18:45 ` Willian Rampazzo
2021-09-16 19:06 ` [PATCH 0/2] Python: update CI tests for pylint 2.10 and 2.11 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=20210916182248.721529-3-jsnow@redhat.com \
--to=jsnow@redhat.com \
--cc=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--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).