diff options
Diffstat (limited to 'Justfile')
-rw-r--r-- | Justfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,5 +6,11 @@ typecheck: check_style: black --check src +build: check + pyproject-build + format: black src + +clean: + rm -rf dist |