aboutsummaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
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