style(tests): reflow OPTIONAL_PATH_MANIFEST to match ruff format
All checks were successful
Build ISO / build-iso (push) Successful in 20m27s
CI / lint (push) Successful in 29s
CI / test (push) Successful in 1m3s
CI / validate-json (push) Successful in 46s
CI / markdown-links (push) Successful in 23s

Fixes the lint failure on the 26.10-alpha commit — ruff format wanted
the single-item settings list on one line rather than spread over
three. Pure formatting, no behaviour change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Daniel Maksymilian Syrnicki 2026-04-21 11:56:52 +02:00
parent e8c5317660
commit 577c2469f7

View file

@ -287,9 +287,7 @@ PATH_MANIFEST = dict(
OPTIONAL_PATH_MANIFEST = dict( OPTIONAL_PATH_MANIFEST = dict(
VALID_MANIFEST, VALID_MANIFEST,
name="jellyfin", name="jellyfin",
settings=[ settings=[{"name": "OPTIONAL_PATH", "label": "Optional", "type": "path", "required": False}],
{"name": "OPTIONAL_PATH", "label": "Optional", "type": "path", "required": False}
],
) )