aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Szabatin <[email protected]>2025-03-01 04:06:40 -0800
committerZoltan Szabatin <[email protected]>2025-03-01 04:06:40 -0800
commit82e861d230aaa02380c917e5722eb5912becc171 (patch)
tree3b7e007d209f7b442d65ca902df8cf51cdc16a78
parentchore(justfile): Improve run watcher (diff)
downloadsplitscreen-duo-82e861d230aaa02380c917e5722eb5912becc171.tar.xz
splitscreen-duo-82e861d230aaa02380c917e5722eb5912becc171.zip
chore(justfile): Add formatting task
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 04ec416..0eb1005 100644
--- a/justfile
+++ b/justfile
@@ -13,3 +13,6 @@ run:
SERIAL_DEVICE=/tmp/secondary-serial DEVELOPMENT=1 INSTANCE=secondary rye run splitscreen_duo &
while pgrep python3 >/dev/null 2>&1; do sleep 1; done
just kill_serial_devices
+
+format:
+ black src