mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Ignore the ldap module in pylint
This commit is contained in:
parent
5749f7e651
commit
f6cd0eee39
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ ignore-mixin-members=yes
|
||||||
|
|
||||||
# List of classes names for which member attributes should not be checked
|
# List of classes names for which member attributes should not be checked
|
||||||
# (useful for classes with attributes dynamically set).
|
# (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
|
# When zope mode is activated, add a predefined set of Zope acquired attributes
|
||||||
# to generated-members.
|
# to generated-members.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue