Skip to content

Commit

Permalink
Ignored Pylint issue 'consider-using-f-string' in new Pylint 2.11
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Sep 26, 2021
1 parent 40a30ec commit be6bfbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ disable=I0011,
wildcard-import, unused-wildcard-import,
locally-enabled, superfluous-parens, useless-object-inheritance,
consider-using-set-comprehension, unnecessary-pass, useless-return,
raise-missing-from
raise-missing-from, consider-using-f-string

# Note: The too-many-* messages are excluded temporarily, and should be dealt
# with at some point.
Expand Down
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Released: not yet

* Fixed new issues reported by Pylint 2.10.

* Disabled new Pylint issue 'consider-using-f-string', since f-strings were
introduced only in Python 3.6.

**Enhancements:**

**Cleanup:**
Expand Down

0 comments on commit be6bfbf

Please sign in to comment.