Fix: Correct line length error in setup wizard label

Split long string literal in the Minimum Skip Length label to adhere
to maximum line length constraints (FLK-E501)
This commit is contained in:
Mohamed
2025-04-29 17:39:52 +02:00
parent 2dbeed99bc
commit 4417592b6b

View File

@@ -733,7 +733,11 @@ class MinimumSkipLengthManager(Vertical):
def compose(self) -> ComposeResult:
yield Label("Minimum Skip Length", classes="title")
yield Label(
"Specify the minimum length a segment must meet in order to skip it (in seconds). Default is 1 second; entering 0 will skip all segments.",
(
"Specify the minimum length a segment must meet in order to skip "
"it (in seconds). Default is 1 second; entering 0 will skip all "
"segments."
),
classes="subtitle",
)
yield Input(