Ignore the ldap module in pylint
This commit is contained in:
parent
5749f7e651
commit
f6cd0eee39
@ -75,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,radicale.config
|
||||
ignored-classes=ParseResult,radicale.config,ldap
|
||||
|
||||
# When zope mode is activated, add a predefined set of Zope acquired attributes
|
||||
# to generated-members.
|
||||
|
Loading…
Reference in New Issue
Block a user