diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/pylintrc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pylintrc.conf b/testsuite/pylintrc.conf index 829feaa26..63c2873ee 100644 --- a/testsuite/pylintrc.conf +++ b/testsuite/pylintrc.conf @@ -147,7 +147,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=ForeignKey,Interaction +ignored-classes=ForeignKey,Interaction,git.cmd.Git # When zope mode is activated, add a predefined set of Zope acquired attributes # to generated-members. |