Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 15, 2023
1 parent 1e6b866 commit 0fa3651
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ test: install ## Run tests

.PHONY: clean
clean: ## Clean up caches and build artifacts
@rm -rf .pytest_cache/
@rm -rf .ruff_cache/
@rm -f .coverage
@rm -rf htmlcov
@rm -rf html-coverage
@find . -type f -name '*.py[co]' -delete -or -type d -name __pycache__ -delete
@git clean -X -d -f


.PHONY: coverage
Expand Down

0 comments on commit 0fa3651

Please sign in to comment.