Skip to content

Commit

Permalink
python: pylint 2.11 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jnsnow committed Sep 16, 2021
1 parent 5690b43 commit eb8033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.cfg
Expand Up @@ -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.
Expand Down

0 comments on commit eb8033f

Please sign in to comment.