fix: fix 'too-many-lines' for pylint
This commit is contained in:
parent
03913a92fd
commit
242d17146d
3 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"""
|
||||
WuttJamaican - app handler
|
||||
"""
|
||||
# pylint: disable=too-many-lines
|
||||
|
||||
import importlib
|
||||
import logging
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"""
|
||||
WuttJamaican - app configuration
|
||||
"""
|
||||
# pylint: disable=too-many-lines
|
||||
|
||||
import configparser
|
||||
import logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue