diff --git a/Makefile b/Makefile index 645b800e79..649b381012 100644 --- a/Makefile +++ b/Makefile @@ -17,11 +17,8 @@ dev-init: test: pytest -mypy: - tox -e mypy - lint: - tox -e lint + tox -e lint,mypy docs: rm -f docs/vyper.rst