From ebb71af52239516a72adcfc74d48a8874ed1b13d Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 26 Aug 2021 13:51:08 +0200 Subject: lint fixes --- .pylintrc | 1 + 1 file changed, 1 insertion(+) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 43b6bca..5ba140a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -154,6 +154,7 @@ disable=print-statement, exception-escape, no-else-return, consider-using-enumerate, + redefined-outer-name, comprehension-escape # Enable the message, report, category or checker with the given id(s). You can -- cgit v1.2.3