summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 394adcb8b8..5b601709bf 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -25,7 +25,6 @@ disable=
maybe-no-member,
no-member,
no-method-argument,
- no-name-in-module,
no-self-argument,
not-callable,
no-value-for-parameter,
@@ -129,6 +128,10 @@ deprecated-modules=
# should use openstack.common.jsonutils
json
+[TYPECHECK]
+# List of module names for which member attributes should not be checked
+ignored-modules=six.moves,_MovedItems
+
[REPORTS]
# Tells whether to display a full report or only the messages
reports=no