Fix line lengths

This commit is contained in:
Vladimír Smitka 2023-10-22 19:29:27 +02:00
parent 575da0797d
commit aa829a5804

View file

@ -1160,12 +1160,14 @@ def tags_data_save_tag(key, tag):
@click.option(
"--board-id",
default=None,
help="Manual Board ID of the CircuitPython device. If provided in combination with --cpy-version, it overrides the detected board ID.",
help="Manual Board ID of the CircuitPython device. If provided in combination " \
"with --cpy-version, it overrides the detected board ID.",
)
@click.option(
"--cpy-version",
default=None,
help="Manual CircuitPython version. If provided in combination with --board-id, it overrides the detected CPy version.",
help="Manual CircuitPython version. If provided in combination " \
"with --board-id, it overrides the detected CPy version.",
)
@click.version_option(
prog_name="CircUp",