Skip to content

Commit

Permalink
Disable pylint consider-using-f-string (#251) (#252)
Browse files Browse the repository at this point in the history
(cherry picked from commit d1c4338)

Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com>
  • Loading branch information
mergify[bot] and manoelmarques committed Sep 17, 2021
1 parent cc4a6f1 commit 0ef8503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ disable=no-self-use, # disabled as it is too verbose
no-else-return, # relax "elif" after a clause with a return
docstring-first-line-empty, # relax docstring style
import-outside-toplevel,
bad-continuation, bad-whitespace # differences of opinion with black
bad-continuation, bad-whitespace, # differences of opinion with black
consider-using-f-string



Expand Down

0 comments on commit 0ef8503

Please sign in to comment.