Skip to content

Commit

Permalink
pylint: disable consider-using-f-string for now
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Apr 12, 2022
1 parent c3ed8a5 commit ff47df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ disable=
useless-object-inheritance,
consider-using-set-comprehension,
consider-using-dict-comprehension,
consider-using-f-string,
not-an-iterable

[REPORTS]
Expand Down

0 comments on commit ff47df3

Please sign in to comment.