From 167044907d386f43306d030bf8167b5a3e28f25c Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 16 Jul 2025 19:16:16 -0700 Subject: [PATCH] for some reason pylint likes this better --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index ec75591..2a010e0 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -3,7 +3,7 @@ # We just hit the 1600 line limit for main.py, but I currently have a huge set of powermon/structured logging changes # later we can have a separate changelist to refactor main.py into smaller files -# pylint: disable=too-many-lines +# pylint: disable=R0917,C0302 from typing import List, Optional, Union from types import ModuleType