Skip to content

Commit ba917cd

Browse files
authored
Update Makefile
1 parent 1bf6e3a commit ba917cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build: lint test
6161
clean:
6262
docker container stop $(APP) || true
6363
docker container rm $(APP) || true
64-
@rm -rf ./__pycache__ ./tests/__pycache__
64+
@rm -rf ./__pycache__ ./tests/__pycache__ .ruff_cache
6565
@rm -f .*~ *.pyc
6666

6767
.PHONY: help requirements lint black isort test build clean development-requirements pre-commit-install pre-commit-run pre-commit-clean

0 commit comments

Comments
 (0)