From 034af1b10cbda910e2454750e6a2dbff895bf60c Mon Sep 17 00:00:00 2001 From: Zedifus Date: Tue, 14 Jun 2022 12:08:34 +0100 Subject: [PATCH] Remove no-else pylint excemptions --- .pylintrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pylintrc b/.pylintrc index 89cad4e0..d9913e68 100644 --- a/.pylintrc +++ b/.pylintrc @@ -97,9 +97,6 @@ disable=abstract-method, logging-fstring-interpolation, logging-not-lazy, missing-docstring, - no-else-break, - no-else-continue, - no-else-return, no-value-for-parameter, not-an-iterable, protected-access,