just: Add clean target
This commit is contained in:
4
Justfile
4
Justfile
@@ -7,6 +7,10 @@ check: fmt-check lint test
|
|||||||
cargo fmt --check
|
cargo fmt --check
|
||||||
cargo clippy --no-deps -- -Dwarnings
|
cargo clippy --no-deps -- -Dwarnings
|
||||||
|
|
||||||
|
clean:
|
||||||
|
cargo clean
|
||||||
|
git clean -f -d -X
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
cargo fmt
|
cargo fmt
|
||||||
git ls-files | grep '\.py$' | xargs black
|
git ls-files | grep '\.py$' | xargs black
|
||||||
|
|||||||
Reference in New Issue
Block a user