summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint.rc3
1 files changed, 3 insertions, 0 deletions
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