Skip to content

Commit 55e1af1

Browse files
author
Alexander Willner
committed
enhanced clean
1 parent 016fa53 commit 55e1af1

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
@@ -47,7 +47,7 @@ clean: ## Cleanup
4747
@find . -name __pycache__ -delete
4848
@rm -rf htmlcov
4949
@rm -rf build dist *.egg-info .eggs
50-
@rm -rf $(SRC_CORE)/.mypy_cache .mypy_cache
50+
@rm -rf $(SRC_CORE)/.mypy_cache $(SRC_TEST)/.mypy_cache .mypy_cache
5151
@rm -f .coverage
5252

5353
auto-style: ## Style the code

0 commit comments

Comments
 (0)