mirror of
https://github.com/meshtastic/python.git
synced 2026-04-18 22:07:06 -04:00
temporarily suppress warning about main.py being too long
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#!python3
|
||||
""" Main Meshtastic
|
||||
"""
|
||||
|
||||
# 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
|
||||
|
||||
import argparse
|
||||
import logging
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user