mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Reformat with black >= 19.10b0
This resets the `black` formatting baseline so it doesn't get picked up in future commits.
This commit is contained in:
parent
b14d47b356
commit
80e05866fc
1 changed files with 4 additions and 3 deletions
|
|
@ -28,9 +28,10 @@ def get_style_guide(**kwargs):
|
|||
:class:`StyleGuide`
|
||||
"""
|
||||
application = app.Application()
|
||||
prelim_opts, remaining_args = application.parse_preliminary_options_and_args( # noqa: E501
|
||||
[]
|
||||
)
|
||||
(
|
||||
prelim_opts,
|
||||
remaining_args,
|
||||
) = application.parse_preliminary_options_and_args([])
|
||||
flake8.configure_logging(prelim_opts.verbose, prelim_opts.output_file)
|
||||
application.make_config_finder(prelim_opts.append_config)
|
||||
application.find_plugins(prelim_opts.config, prelim_opts.isolated)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue