aboutsummaryrefslogtreecommitdiff
path: root/python/setup.cfg
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-09-16 14:22:48 -0400
committerJohn Snow <jsnow@redhat.com>2021-09-16 15:04:04 -0400
commiteb8033f658e8b6f23ba9f4ef4a1b55894f7ea486 (patch)
tree0235ac53eebf586c09c769fad7fdf98741e7d41d /python/setup.cfg
parent5690b4370b868b339ee95f5330ad423b32e95e81 (diff)
downloadqemu-eb8033f658e8b6f23ba9f4ef4a1b55894f7ea486.zip
qemu-eb8033f658e8b6f23ba9f4ef4a1b55894f7ea486.tar.gz
qemu-eb8033f658e8b6f23ba9f4ef4a1b55894f7ea486.tar.bz2
python: pylint 2.11 support
We're not ready to enforce f-strings everywhere, so just silence this new warning. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Message-id: 20210916182248.721529-3-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/setup.cfg')
-rw-r--r--python/setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.cfg b/python/setup.cfg
index 0f0cab0..fdca265 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.