We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf6e3a commit ba917cdCopy full SHA for ba917cd
1 file changed
Makefile
@@ -61,7 +61,7 @@ build: lint test
61
clean:
62
docker container stop $(APP) || true
63
docker container rm $(APP) || true
64
- @rm -rf ./__pycache__ ./tests/__pycache__
+ @rm -rf ./__pycache__ ./tests/__pycache__ .ruff_cache
65
@rm -f .*~ *.pyc
66
67
.PHONY: help requirements lint black isort test build clean development-requirements pre-commit-install pre-commit-run pre-commit-clean
0 commit comments