From a4101662b2d4ee8656e7edb2a24a41a8921a68c8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 15 Dec 2017 14:29:50 +0100 Subject: pylint: Disable logging-not-lazy We log to RAM anyways --- .pylintrc | 1 + 1 file changed, 1 insertion(+) (limited to '.pylintrc') 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, -- cgit v1.2.3-54-g00ecf