pylint: Disable logging-not-lazy
We log to RAM anyways
This commit is contained in:
parent
3f9ded3bed
commit
a4101662b2
@ -37,6 +37,7 @@ disable=no-self-use,
|
|||||||
duplicate-code,
|
duplicate-code,
|
||||||
wrong-import-position,
|
wrong-import-position,
|
||||||
no-else-return,
|
no-else-return,
|
||||||
|
logging-not-lazy,
|
||||||
# https://github.com/PyCQA/pylint/issues/1698
|
# https://github.com/PyCQA/pylint/issues/1698
|
||||||
unsupported-membership-test,
|
unsupported-membership-test,
|
||||||
unsupported-assignment-operation,
|
unsupported-assignment-operation,
|
||||||
|
Loading…
Reference in New Issue
Block a user