Skip to content
Snippets Groups Projects
Commit eb8033f6 authored by John Snow's avatar John Snow
Browse files

python: pylint 2.11 support


We're not ready to enforce f-strings everywhere, so just silence this
new warning.

Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
Reviewed-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Reviewed-by: default avatarWillian Rampazzo <willianr@redhat.com>
Message-id: 20210916182248.721529-3-jsnow@redhat.com
Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
parent 5690b437
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment