diff options
| author | Zoltan Szabatin <[email protected]> | 2025-03-01 04:06:40 -0800 |
|---|---|---|
| committer | Zoltan Szabatin <[email protected]> | 2025-03-01 04:06:40 -0800 |
| commit | 82e861d230aaa02380c917e5722eb5912becc171 (patch) | |
| tree | 3b7e007d209f7b442d65ca902df8cf51cdc16a78 | |
| parent | chore(justfile): Improve run watcher (diff) | |
| download | splitscreen-duo-82e861d230aaa02380c917e5722eb5912becc171.tar.xz splitscreen-duo-82e861d230aaa02380c917e5722eb5912becc171.zip | |
chore(justfile): Add formatting task
| -rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |