Ignore new pylint checker

Disable consider-using-f-string checker that was introduced recently.

Change-Id: Ia151e2da65f0172082aff2d571675c117dc54469
This commit is contained in:
Gregory Thiemonge 2021-09-24 14:18:37 +02:00
parent dc9e804e48
commit c3278467ae
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ disable=
invalid-name,
line-too-long,
missing-docstring,
consider-using-f-string,
# "R" Refactor recommendations
duplicate-code,
interface-not-implemented,