mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Minor argument changes.
This commit is contained in:
parent
06a5e19769
commit
f82aab5820
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ class Application(object):
|
|||
#: The parsed diff information
|
||||
self.parsed_diff = {}
|
||||
|
||||
def parse_preliminary_options_and_args(self, argv):
|
||||
def parse_preliminary_options_and_args(self, argv=None):
|
||||
"""Get preliminary options and args from CLI, pre-plugin-loading.
|
||||
|
||||
We need to know the values of a few standard options and args now, so
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ class PluginManager(object): # pylint: disable=too-few-public-methods
|
|||
"""Find and manage plugins consistently."""
|
||||
|
||||
def __init__(self, namespace,
|
||||
local_plugins=None, verify_requirements=False):
|
||||
verify_requirements=False, local_plugins=None):
|
||||
"""Initialize the manager.
|
||||
|
||||
:param str namespace:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue