From 1602965b4ef3ce54807de425bfc5bb2073d0c4d8 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Mon, 17 Apr 2017 14:30:53 +0300 Subject: Fix lint --- pylintrc | 1 + 1 file changed, 1 insertion(+) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index ea73d075..323b63df 100644 --- a/pylintrc +++ b/pylintrc @@ -271,6 +271,7 @@ spelling-store-unknown-words=no [TYPECHECK] +ignore-on-opaque-inference=n # Tells whether missing members accessed in mixin class should be ignored. A # mixin class is detected if its name ends with "mixin" (case insensitive). ignore-mixin-members=yes -- cgit v1.2.1