Skip to content

Commit 9b61f11

Browse files
committed
temporarily suppress warning about main.py being too long
1 parent 8d94458 commit 9b61f11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

meshtastic/__main__.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
#!python3
21
""" Main Meshtastic
32
"""
43

4+
# We just hit the 1600 line limit for main.py, but I currently have a huge set of powermon/structured logging changes
5+
# later we can have a separate changelist to refactor main.py into smaller files
6+
# pylint: disable=too-many-lines
7+
58
import argparse
69
import logging
710
import os

0 commit comments

Comments
 (0)