From aa21fa14e6f8a4644ee1190943127c3c0f2bc206 Mon Sep 17 00:00:00 2001 From: Inessa Vasilevskaya Date: Thu, 23 Mar 2023 15:39:22 +0100 Subject: [PATCH 19/30] update .pylintrc --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index f5da1f1f..7ddb58d6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -52,7 +52,8 @@ disable= consider-using-with, # on bunch spaces we cannot change that... duplicate-string-formatting-argument, # TMP: will be fixed in close future consider-using-f-string, # sorry, not gonna happen, still have to support py2 - use-dict-literal + use-dict-literal, + redundant-u-string-prefix # still have py2 to support [FORMAT] # Maximum number of characters on a single line. -- 2.40.1