From 1d9f8c817252e0e3734cdc0a449cee5f2285708a Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Sat, 29 Apr 2017 10:37:02 -0700 Subject: Ignore not-context-manager pylint error --- pylint.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pylint.rc b/pylint.rc index 7f26507..d13ef51 100644 --- a/pylint.rc +++ b/pylint.rc @@ -1,2 +1,5 @@ [TYPECHECK] ignored-classes=SyncManager,_socketobject + +[MESSAGES CONTROL] +disable=E1129 -- cgit v1.2.1