Skip to content

Commit d025f8e

Browse files
committed
run format after generating files
1 parent d473b48 commit d025f8e

File tree

3 files changed

+9
-175
lines changed

3 files changed

+9
-175
lines changed

scripts/gen_protos_docker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
],
3131
check=True,
3232
)
33-
subprocess.run(["uv", "run", "poe", "format"], check=True)
3433

3534
subprocess.run(
3635
["uv", "run", os.path.join(os.getcwd(), "scripts", "gen_payload_visitor.py")],
@@ -41,3 +40,5 @@
4140
["uv", "run", os.path.join(os.getcwd(), "scripts", "gen_bridge_client.py")],
4241
check=True,
4342
)
43+
44+
subprocess.run(["uv", "run", "poe", "format"], check=True)

0 commit comments

Comments
 (0)