mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Disable too-many-statements on parser setup
This commit is contained in:
+1
-1
@@ -567,7 +567,7 @@ class HelpfulArgumentParser(object):
|
||||
return dict([(t, t == chosen_topic) for t in self.help_topics])
|
||||
|
||||
|
||||
def prepare_and_parse_args(plugins, args, detect_defaults=False):
|
||||
def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: disable=too-many-statements
|
||||
"""Returns parsed command line arguments.
|
||||
|
||||
:param .PluginsRegistry plugins: available plugins
|
||||
|
||||
Reference in New Issue
Block a user