Skip to content

Commit 3b89c9e

Browse files
committed
fix
1 parent 226da00 commit 3b89c9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pylintrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ comment=no
106106

107107
[BASIC]
108108

109-
# Required attributes for module, separated by a comma
110-
required-attributes=
111109

112110
# List of builtins function names that should not be used, separated by a comma
113111
bad-functions=map,filter
@@ -315,7 +313,7 @@ callbacks=cb_,_cb
315313

316314
# List of interface methods to ignore, separated by a comma. This is used for
317315
# instance to not check methods defines in Zope's Interface base class.
318-
ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
316+
#ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
319317

320318
# List of method names used to declare (i.e. assign) instance attributes.
321319
defining-attr-methods=__init__,__new__,setUp

0 commit comments

Comments
 (0)