Skip to content

Commit 3844204

Browse files
authored
Ignore not-context-manager pylint error (#1092)
1 parent 120410b commit 3844204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pylint.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[TYPECHECK]
22
ignored-classes=SyncManager,_socketobject
3+
4+
[MESSAGES CONTROL]
5+
disable=E1129

0 commit comments

Comments
 (0)