mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-14 21:32:14 -07:00
add .benchmarks to cleaning
This commit is contained in:
parent
fbd69805ca
commit
3507cf1290
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -13,7 +13,7 @@ format:
|
||||||
clean:
|
clean:
|
||||||
uv run pyclean src test
|
uv run pyclean src test
|
||||||
uv run ruff clean
|
uv run ruff clean
|
||||||
rm -rf .pytest_cache .hypothesis
|
rm -rf .pytest_cache .hypothesis .benchmarks
|
||||||
|
|
||||||
wipe:
|
wipe:
|
||||||
just clean
|
just clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue