Run pre-commit formatting

This commit is contained in:
mike8699
2025-01-01 21:19:30 -05:00
parent 88c72f0470
commit 83e058a8a1
9 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -158,7 +158,7 @@ def main():
command="./dsd rom build --config $in --rom $out $arm7_bios_flag"
)
n.newline()
n.rule(
name="objdiff",
command=f"./dsd objdiff --config-path $config_path {DSD_OBJDIFF_ARGS}"
@@ -258,7 +258,7 @@ def add_mwcc_builds(n: ninja_syntax.Writer, game_version: str, game_build: Path)
}
)
n.newline()
extension = source_file.suffix
ctx_file = str(game_build / source_file.with_suffix(f".ctx{extension}"))
n.build(
+1 -1
View File
@@ -46,7 +46,7 @@ try:
except subprocess.CalledProcessError as e:
print(e.stdout.decode())
exit(1)
output = output.decode()
# print(output)
+1 -1
View File
@@ -1,2 +1,2 @@
requests
pyperclip
requests