|
|
@@ -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.
|