Skip to content

Commit 7b84864

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 18567a4 commit 7b84864

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ardupilot_methodic_configurator/frontend_tkinter_parameter_editor.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,12 @@ def __should_copy_fc_values_to_file(self, selected_file: str) -> None: # pylint
550550
font=("TkDefaultFont", 9, "underline"),
551551
)
552552
link_label.pack(pady=(0, 10))
553-
link_label.bind("<Button-1>", lambda e: webbrowser_open("https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#68-initial-attitude-pid-gains-vehicle-size-dependent"))
553+
link_label.bind(
554+
"<Button-1>",
555+
lambda e: webbrowser_open(
556+
"https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#68-initial-attitude-pid-gains-vehicle-size-dependent"
557+
),
558+
)
554559

555560
# Result variable
556561
result: list[Optional[Literal[True, False]]] = [None]

0 commit comments

Comments
 (0)