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