summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 1 insertions, 0 deletions
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,