Skip to content

Commit b85200b

Browse files
committed
Ignore new error on trycatch import handling
1 parent 29f6b7e commit b85200b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ignore=autoreload.py
77
# R0903: Too few public methods (%s/%s)
88
# W0404: Reimport %r (imported line %s)
99
# F0401: Unable to import %r (%s)
10-
disable = R0903,W0404,F0401
10+
# E0611: No name %r in module %r
11+
disable = R0903,W0404,F0401,E0611
1112

1213
[BASIC]
1314
no-docstring-rgx=_.*

0 commit comments

Comments
 (0)