From 2e8caa6fd5417cba2ebc6c45ebb9983623ca8ca8 Mon Sep 17 00:00:00 2001 From: Wojciech Siewierski Date: Sun, 17 Dec 2017 21:34:48 +0100 Subject: Pylint: Disable the stop-iteration-return check I'm not sure if the suggested solution is portable between Python 2 and 3, so I'm disabling it for now. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index d108c93f..75bb7baf 100644 --- a/.pylintrc +++ b/.pylintrc @@ -8,7 +8,7 @@ max-branches=16 [FORMAT] max-line-length = 99 -disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,cyclic-import,redefined-variable-type +disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,cyclic-import,redefined-variable-type,stop-iteration-return [TYPECHECK] ignored-classes=ranger.core.actions.Actions -- cgit 1.4.1-2-gfad0