summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index d817f5a..48b789a 100644
--- a/pylintrc
+++ b/pylintrc
@@ -280,7 +280,7 @@ ignored-modules=
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).
-ignored-classes=SQLObject, Values
+ignored-classes=SQLObject, optparse.Values
# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.