diff options
| -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 |