From e2c17e0f25a7d166eb51798e45e3fc73422d9685 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Fri, 24 Sep 2021 14:27:46 +0200 Subject: [PATCH] Ignore new pylint checker Disable consider-using-f-string checker Change-Id: Icfdf75d4cb99efc1f2c063e10c93968f816c20e0 --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index fa647fe..2b9e1c3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -38,6 +38,7 @@ disable= invalid-name, line-too-long, missing-docstring, + consider-using-f-string, # "R" Refactor recommendations duplicate-code, interface-not-implemented,