Skip to content

Commit 927d80d

Browse files
HeikkiRaduclaude
andcommitted
style(tests): apply ruff auto-fix on _macos_port hwid
`ruff-format` collapses the multi-line implicit string concatenation in `_macos_port`'s hwid argument onto a single line. No semantic change — just keeps the file conformant with the project's configured line-length and the implicit-string-concatenation style ruff enforces. Pre-commit was running clean afterwards. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 0252ab1 commit 927d80d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

host/faultycmd-py/tests/test_usb.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ def _macos_port(
6767
device=dev,
6868
vid=vid,
6969
pid=pid,
70-
hwid=(
71-
f"USB VID:PID={vid:04X}:{pid:04X} "
72-
"SER=FLT3-E6633C805B3A3827 LOCATION=20-2"
73-
),
70+
hwid=(f"USB VID:PID={vid:04X}:{pid:04X} " "SER=FLT3-E6633C805B3A3827 LOCATION=20-2"),
7471
location="20-2",
7572
interface=iface_string,
7673
)

0 commit comments

Comments
 (0)