Ignore some pylint warnings
This commit is contained in:
parent
ab26d7f168
commit
4c85e730b3
@ -32,7 +32,10 @@ load-plugins=
|
|||||||
# Disable the message, report, category or checker with the given id(s). You
|
# 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
|
# can either give multiple identifier separated by comma (,) or put this option
|
||||||
# multiple time.
|
# multiple time.
|
||||||
disable=W0404
|
# Remove warning removal warning
|
||||||
|
# Remove stupid warning on ** magic
|
||||||
|
# Remove stupid reimport warning
|
||||||
|
disable=I0011,W0142,W0404
|
||||||
|
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
@ -72,7 +75,7 @@ ignore-mixin-members=yes
|
|||||||
|
|
||||||
# List of classes names for which member attributes should not be checked
|
# List of classes names for which member attributes should not be checked
|
||||||
# (useful for classes with attributes dynamically set).
|
# (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
|
# When zope mode is activated, add a predefined set of Zope acquired attributes
|
||||||
# to generated-members.
|
# to generated-members.
|
||||||
|
Loading…
Reference in New Issue
Block a user