Skip to content

Commit

Permalink
[python] Pylint: Ignore consider f-string
Browse files Browse the repository at this point in the history
If I don't use f-string, it's for a reason
  • Loading branch information
MarcelRobitaille committed Nov 12, 2021
1 parent b456aa6 commit 14e1249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylint/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ disable=print-statement,
too-many-statements,
too-few-public-methods,
broad-except,
consider-using-f-string,
consider-iterating-dictionary

# Enable the message, report, category or checker with the given id(s). You can
Expand Down

0 comments on commit 14e1249

Please sign in to comment.