style: ruff format test_readme.py

This commit is contained in:
Brian Krabach
2026-03-31 17:39:59 -07:00
parent fc9376a69a
commit 80a04cb2cc
+3 -1
View File
@@ -24,7 +24,9 @@ def test_readme_service_management_has_all_7_subcommands():
"muxplex service logs",
]
for cmd in subcommands:
assert cmd in README, f"README must mention '{cmd}' in Service management section"
assert cmd in README, (
f"README must mention '{cmd}' in Service management section"
)
def test_readme_explains_settings_json_no_flags():