3
0
Fork 0

fix: fix 'too-many-lines' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 20:55:02 -05:00
parent 03913a92fd
commit 242d17146d
3 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,5 @@ disable=
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-positional-arguments,

View file

@ -23,6 +23,7 @@
"""
WuttJamaican - app handler
"""
# pylint: disable=too-many-lines
import importlib
import logging

View file

@ -23,6 +23,7 @@
"""
WuttJamaican - app configuration
"""
# pylint: disable=too-many-lines
import configparser
import logging