mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@ -12,7 +12,10 @@ def get_arguments() -> argparse.Namespace:
|
||||
"""Get parsed passed in arguments."""
|
||||
parser = get_base_arg_parser()
|
||||
parser.add_argument(
|
||||
"--target", type=str, default="core", choices=["core", "frontend"],
|
||||
"--target",
|
||||
type=str,
|
||||
default="core",
|
||||
choices=["core", "frontend"],
|
||||
)
|
||||
return parser.parse_args()
|
||||
|
||||
|
Reference in New Issue
Block a user