Always remove .mypy_cache; fix more mypy tests

This commit is contained in:
2021-04-09 08:18:54 -05:00
parent 32b6a8f3fa
commit 3f4336f902
3 changed files with 20 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ reformat:
$(PYTHON) -m black .
test:
rm -rf .mypy_cache
$(MYPY) -p miplearn
$(MYPY) -p tests
$(MYPY) -p benchmark