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