diff --git a/Justfile b/Justfile index 6422c1d..149817f 100644 --- a/Justfile +++ b/Justfile @@ -7,6 +7,10 @@ check: fmt-check lint test cargo fmt --check cargo clippy --no-deps -- -Dwarnings +clean: + cargo clean + git clean -f -d -X + fmt: cargo fmt git ls-files | grep '\.py$' | xargs black