From 3ec6e34bd3811a22cb2e2ecf1d6286a6be3eb935 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sun, 3 Mar 2024 12:14:31 -0600 Subject: [PATCH] try moving this? --- circup/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circup/__init__.py b/circup/__init__.py index b8905ce..f372a91 100644 --- a/circup/__init__.py +++ b/circup/__init__.py @@ -95,7 +95,7 @@ logger.addHandler(logfile_handler) __version__ = "0.0.0-auto.0" __repo__ = "https://github.com/adafruit/circup.git" -# pylint: disable=too-many-locals + class Bundle: """ All the links and file names for a bundle @@ -1063,10 +1063,10 @@ def libraries_from_code_py(code_py, mod_names): def main( ctx, verbose, path, host, password, timeout, board_id, cpy_version ): # pragma: no cover - # pylint: disable=too-many-arguments, too-many-branches, too-many-statements, too-many-locals """ 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 ctx.ensure_object(dict) global REQUESTS_TIMEOUT ctx.obj["TIMEOUT"] = REQUESTS_TIMEOUT = timeout