summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2020-07-10 17:14:37 +0000
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2020-07-28 16:55:52 +0000
commitddd58323238ca12daa8f2213a3b69f87f39da262 (patch)
tree3eee1412df03b41dcbe4e2da3cd82696e80710b7 /.pylintrc
parent69cac6c64061dbc929654d1b224b66ca720077c2 (diff)
downloadneutron-ddd58323238ca12daa8f2213a3b69f87f39da262.tar.gz
Remove "six" library
Last step to remove "six" library usage in Neutron. Change-Id: Idd42e0c51c8c3bd598c9cf91602596be238bccae
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index e4ee68d077..a62bd91ed6 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -127,10 +127,11 @@ ignore-iface-methods=
deprecated-modules=
# should use oslo_serialization.jsonutils
json
+ six
[TYPECHECK]
# List of module names for which member attributes should not be checked
-ignored-modules=six.moves,_MovedItems
+ignored-modules=_MovedItems
[REPORTS]
# Tells whether to display a full report or only the messages