Browse Source

Ignore some pylint warnings

Guillaume Ayoub 14 years ago
parent
commit
4c85e730b3
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .pylintrc

+ 5 - 2
.pylintrc

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