We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016fa53 commit 55e1af1Copy full SHA for 55e1af1
Makefile
@@ -47,7 +47,7 @@ clean: ## Cleanup
47
@find . -name __pycache__ -delete
48
@rm -rf htmlcov
49
@rm -rf build dist *.egg-info .eggs
50
- @rm -rf $(SRC_CORE)/.mypy_cache .mypy_cache
+ @rm -rf $(SRC_CORE)/.mypy_cache $(SRC_TEST)/.mypy_cache .mypy_cache
51
@rm -f .coverage
52
53
auto-style: ## Style the code
0 commit comments