From: Kefu Chai Date: Wed, 1 Apr 2020 12:22:21 +0000 (+0800) Subject: pybind/mgr/dashboard/.pylintrc: drop xrange from the whitelist X-Git-Tag: v16.1.0~2648^2~40 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0930652318f0f2bbbefbe7dd829bc914405c9013;p=ceph.git pybind/mgr/dashboard/.pylintrc: drop xrange from the whitelist since dashboard is now xrange-free, there is no need to have xrange-builtin in whitelist, moreover, in python3 the error message cannot be emitted at seeing xrange. Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/dashboard/.pylintrc b/src/pybind/mgr/dashboard/.pylintrc index 5cec25f4ce40..404a16a2e6fa 100644 --- a/src/pybind/mgr/dashboard/.pylintrc +++ b/src/pybind/mgr/dashboard/.pylintrc @@ -73,7 +73,6 @@ disable=import-star-module-level, reduce-builtin, standarderror-builtin, unicode-builtin, - xrange-builtin, coerce-method, delslice-method, getslice-method,