From bc6f5bdfbe82ea519b75b68fda0d5feeede013ad Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 27 Sep 2023 13:59:20 -0400 Subject: [PATCH] fix(pylint): added too-many-return-statements to the disabled messages --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index e043529..04e7ae5 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,4 +11,5 @@ too-many-locals, too-many-public-methods, too-many-statements, - arguments-differ + arguments-differ, + too-many-return-statements