pylint: Disable logging-not-lazy

We log to RAM anyways
This commit is contained in:
Florian Bruhin 2017-12-15 14:29:50 +01:00
parent 3f9ded3bed
commit a4101662b2

View File

@ -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,