Skip to content

Commit

Permalink
Disable consider-using-f-string pylint rule
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Nov 3, 2021
1 parent 9c08874 commit c2f24b5
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 @@ -130,6 +130,7 @@ disable=parameter-unpacking,
duplicate-code,
useless-object-inheritance,
super-with-arguments,
consider-using-f-string,
raise-missing-from

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

0 comments on commit c2f24b5

Please sign in to comment.