chore: use ruff for formatting

There are a few minor changes here compared to black; it flagged
unnecessary string concatenations, and has slightly different
opinions on line length.
This commit is contained in:
Misty De Méo 2025-02-25 14:18:54 -08:00
parent ab8970ff3e
commit a23dd6a923
11 changed files with 19 additions and 23 deletions

View file

@ -82,7 +82,7 @@ def main(argv=[]):
os.chdir(os.path.dirname(__file__))
cmd = (
"/opt/brozzler-ve3/bin/python /opt/brozzler-ve3/bin/brozzler-new-site " "%s %s"
"/opt/brozzler-ve3/bin/python /opt/brozzler-ve3/bin/brozzler-new-site %s %s"
) % (" ".join(options), args.seed)
subprocess.call(["vagrant", "ssh", "--", cmd])