Skip to content

Commit

Permalink
Ignore _socketobject errors in pylint -- v1.5.4 started throwing no-m…
Browse files Browse the repository at this point in the history
…ember errors on python 2.7
  • Loading branch information
Dana Powers committed Jan 24, 2016
1 parent 0c395bd commit b52f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint.rc
@@ -1,2 +1,2 @@
[TYPECHECK]
ignored-classes=SyncManager
ignored-classes=SyncManager,_socketobject

0 comments on commit b52f17e

Please sign in to comment.