From daee6a2921d42c9d9d87c86da3f1f8fa9e8d911e Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Sat, 21 Dec 2024 20:15:02 +0530 Subject: Parse timecodes into numeric components, improve Justfile --- Justfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Justfile') diff --git a/Justfile b/Justfile index 76bebd4..3a33629 100644 --- a/Justfile +++ b/Justfile @@ -6,5 +6,11 @@ typecheck: check_style: black --check src +build: check + pyproject-build + format: black src + +clean: + rm -rf dist -- cgit v1.2.3-57-g22cb