From 2c8d3e93e9b798e3ab4dfcb502f6aeda3d82fc08 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sun, 3 Mar 2024 12:18:56 -0600 Subject: [PATCH] different line --- circup/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circup/__init__.py b/circup/__init__.py index 42f001a..701e20b 100644 --- a/circup/__init__.py +++ b/circup/__init__.py @@ -1059,7 +1059,6 @@ def libraries_from_code_py(code_py, mod_names): prog_name="CircUp", message="%(prog)s, A CircuitPython module updater. Version %(version)s", ) -# pylint: disable=too-many-locals @click.pass_context def main( ctx, verbose, path, host, password, timeout, board_id, cpy_version @@ -1068,6 +1067,7 @@ def main( A tool to manage and update libraries on a CircuitPython device. """ # pylint: disable=too-many-arguments,too-many-branches,too-many-statements,too-many-locals + # pylint: disable=too-many-locals ctx.ensure_object(dict) global REQUESTS_TIMEOUT ctx.obj["TIMEOUT"] = REQUESTS_TIMEOUT = timeout