Skip to content

Commit a52f0ad

Browse files
committed
remove warning with newer pylint
1 parent 071fe21 commit a52f0ad

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.pylintrc

+1-15
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# pygtk.require().
88
#init-hook=
99

10-
# Profiled execution.
11-
profile=no
12-
1310
# Add files or directories to the blacklist. They should be base names, not
1411
# paths.
1512
ignore=lib/exabgp/dep/,lib/netlink/
@@ -94,20 +91,13 @@ reports=yes
9491
# (RP0004).
9592
evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
9693

97-
# Add a comment according to your evaluation note. This is used by the global
98-
# evaluation report (RP0004).
99-
comment=no
100-
10194
# Template used to display messages. This is a python new-style format string
10295
# used to format the message information. See doc for all details
10396
#msg-template=
10497

10598

10699
[BASIC]
107100

108-
# Required attributes for module, separated by a comma
109-
required-attributes=
110-
111101
# List of builtins function names that should not be used, separated by a comma
112102
bad-functions=map,filter,input
113103

@@ -282,10 +272,6 @@ ignored-modules=
282272
# (useful for classes with attributes dynamically set).
283273
ignored-classes=SQLObject,Enumeration
284274

285-
# When zope mode is activated, add a predefined set of Zope acquired attributes
286-
# to generated-members.
287-
zope=no
288-
289275
# List of members which are set dynamically and missed by pylint inference
290276
# system, and so shouldn't trigger E0201 when accessed. Python regular
291277
# expressions are accepted.
@@ -314,7 +300,7 @@ callbacks=cb_,_cb
314300

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

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

0 commit comments

Comments
 (0)