From d82feb07272eb911e26f703d3f0dcb698c1ff6eb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 23 Dec 2017 17:18:21 -0500 Subject: Let greenlet play along with pylint --- pylintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pylintrc b/pylintrc index 278a6950..dd94f563 100644 --- a/pylintrc +++ b/pylintrc @@ -32,6 +32,8 @@ cache-size=500 # usually to register additional checkers. load-plugins= +extension-pkg-whitelist= + greenlet [MESSAGES CONTROL] -- cgit v1.2.1