diff --git a/.pylintrc b/.pylintrc index 1b3d64c2..34c121eb 100644 --- a/.pylintrc +++ b/.pylintrc @@ -158,7 +158,8 @@ disable=missing-docstring, deprecated-sys-function, exception-escape, comprehension-escape, - duplicate-code + duplicate-code, + not-callable # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option