Ruff formatting

This commit is contained in:
Beth Probert 2026-03-05 14:04:33 +00:00
parent 35efba19b8
commit f52ce85b3e
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,8 @@ def test_validate_command_forbidden(cmd_name):
# As an argument (case-insensitive)
with pytest.raises(
StitcherValidationError, match=f"Forbidden element '{cmd_name.upper()}' detected"
StitcherValidationError,
match=f"Forbidden element '{cmd_name.upper()}' detected",
):
validate_command(["safe-command", cmd_name.upper()])