diff --git a/.pylintrc b/.pylintrc index bca11bf80..241bd2d77 100644 --- a/.pylintrc +++ b/.pylintrc @@ -37,6 +37,7 @@ disable=no-self-use, duplicate-code, wrong-import-position, no-else-return, + logging-not-lazy, # https://github.com/PyCQA/pylint/issues/1698 unsupported-membership-test, unsupported-assignment-operation,