aboutsummaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-12-21 14:45:02 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-12-21 14:46:33 +0000
commitdaee6a2921d42c9d9d87c86da3f1f8fa9e8d911e (patch)
treed1f066f927bf4c7cedb6c741a1a1e72df323c79a /Justfile
parentf1fb64f592913615d76324964a533202c9b324f1 (diff)
downloadsrtfilter-daee6a2921d42c9d9d87c86da3f1f8fa9e8d911e.tar
srtfilter-daee6a2921d42c9d9d87c86da3f1f8fa9e8d911e.tar.gz
srtfilter-daee6a2921d42c9d9d87c86da3f1f8fa9e8d911e.zip
Parse timecodes into numeric components, improve Justfile
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile6
1 files changed, 6 insertions, 0 deletions
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