diff options
Diffstat (limited to 'tools/isolate/pylintrc')
-rw-r--r-- | tools/isolate/pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/isolate/pylintrc b/tools/isolate/pylintrc index 4e4b3e17..0ccc2b4 100644 --- a/tools/isolate/pylintrc +++ b/tools/isolate/pylintrc @@ -122,7 +122,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=SQLObject +ignored-classes=SQLObject,hashlib # When zope mode is activated, add a predefined set of Zope acquired attributes # to generated-members. |