From e5dbc4a98cecb6bd8ff159a7646e85067188d55d Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 1 Sep 2025 14:17:23 -0500 Subject: [PATCH] fix: fix 'too-many-locals' for pylint --- .pylintrc | 1 - src/sideshow/batch/neworder.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index dc27f05..b244e0f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -25,4 +25,3 @@ disable=fixme, too-few-public-methods, too-many-branches, too-many-lines, - too-many-locals, diff --git a/src/sideshow/batch/neworder.py b/src/sideshow/batch/neworder.py index e6b2e07..4b484ae 100644 --- a/src/sideshow/batch/neworder.py +++ b/src/sideshow/batch/neworder.py @@ -655,7 +655,7 @@ class NewOrderBatchHandler(BatchHandler): # pylint: disable=too-many-public-met return products - def add_item( # pylint: disable=too-many-arguments,too-many-positional-arguments + def add_item( # pylint: disable=too-many-arguments,too-many-positional-arguments,too-many-locals self, batch, product_info,