We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f6b7e commit b85200bCopy full SHA for b85200b
pylintrc
@@ -7,7 +7,8 @@ ignore=autoreload.py
7
# R0903: Too few public methods (%s/%s)
8
# W0404: Reimport %r (imported line %s)
9
# F0401: Unable to import %r (%s)
10
-disable = R0903,W0404,F0401
+# E0611: No name %r in module %r
11
+disable = R0903,W0404,F0401,E0611
12
13
[BASIC]
14
no-docstring-rgx=_.*
0 commit comments