Skip to content

Commit

Permalink
Update clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jul 2, 2023
1 parent 8328a3b commit a9ed7ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ coverage: ## Run tests and report coverage
clean: ## Clean up caches and build artifacts
@rm -rf .mypy_cache/
@rm -rf .pytest_cache/
@rm -rf .ruff_cache/
@rm -rf .venv/
@rm -f .coverage
@find . -type f -name '*.py[co]' -delete -or -type d -name __pycache__ -delete

Expand Down

0 comments on commit a9ed7ea

Please sign in to comment.