From e89aa970256071d9371abb7809e31466b966b544 Mon Sep 17 00:00:00 2001 From: Eren G??lge Date: Wed, 21 Jun 2023 11:57:33 +0200 Subject: [PATCH] Update pylintrc --- .pylintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index d5f9c490..49a9dbdd 100644 --- a/.pylintrc +++ b/.pylintrc @@ -169,7 +169,9 @@ disable=missing-docstring, comprehension-escape, duplicate-code, not-callable, - import-outside-toplevel + import-outside-toplevel, + logging-fstring-interpolation, + logging-not-lazy # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option