pylint: Backport `redefining-builtins-modules` options.
Needed for `six` to avoid such message on: + from past.builtins import cmp => Redefining built-in 'cmp' (redefined-builtin) + from six.moves import xrange Redefining built-in 'xrange' (redefined-builtin)
Showing
Please register or sign in to comment