1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

delete .mypy_cache on clean

This commit is contained in:
Bastian Venthur
2022-09-01 19:03:27 +02:00
parent a224840b28
commit fc4eb0f463

View File

@@ -55,3 +55,4 @@ clean:
find . -type d -name __pycache__ -delete
# coverage
rm -rf htmlcov .coverage
rm -rf .mypy_cache