Ignore new pylint checker

Disable consider-using-f-string checker

Change-Id: Icfdf75d4cb99efc1f2c063e10c93968f816c20e0
This commit is contained in:
Gregory Thiemonge 2021-09-24 14:27:46 +02:00
parent ee07c4e5b1
commit e2c17e0f25
1 changed files with 1 additions and 0 deletions

View File

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