Skip to content

Commit b2ca320

Browse files
author
Fabien Coelho
committed
cleaner
1 parent 57431c0 commit b2ca320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ check: venv
5353

5454
.PHONY: clean clean.venv
5555
clean:
56-
$(RM) -r __pycache__ */__pycache__ dist build .mypy_cache .pytest_cache
56+
$(RM) -r __pycache__ */__pycache__ dist build .mypy_cache .pytest_cache .ruff_cache
5757
$(RM) $(F.pdf)
5858
$(MAKE) -C tests clean
5959

0 commit comments

Comments
 (0)