Ignore some pylint warnings

This commit is contained in:
Guillaume Ayoub 2011-08-19 17:49:30 +02:00
parent ab26d7f168
commit 4c85e730b3

View File

@ -32,7 +32,10 @@ load-plugins=
# Disable the message, report, category or checker with the given id(s). You
# can either give multiple identifier separated by comma (,) or put this option
# multiple time.
disable=W0404
# Remove warning removal warning
# Remove stupid warning on ** magic
# Remove stupid reimport warning
disable=I0011,W0142,W0404
[REPORTS]
@ -72,7 +75,7 @@ ignore-mixin-members=yes
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).
ignored-classes=ParseResult
ignored-classes=ParseResult,radicale.config
# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.