From 92b57ddc15f38f2d1041e9524bbd8ba45326d1ee Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 28 Jan 2022 13:09:08 +0100 Subject: [PATCH] [enh] disable annoying pylint lints --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pylintrc b/.pylintrc index f2dd716d3..fee101326 100644 --- a/.pylintrc +++ b/.pylintrc @@ -63,6 +63,8 @@ disable=bad-whitespace, duplicate-code, missing-function-docstring, consider-using-f-string, + no-else-return, + arguments-renamed, # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option