We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d94458 commit 9b61f11Copy full SHA for 9b61f11
meshtastic/__main__.py
@@ -1,7 +1,10 @@
1
-#!python3
2
""" Main Meshtastic
3
"""
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
+
8
import argparse
9
import logging
10
import os
0 commit comments