diff --git a/Makefile b/Makefile index 7acf467d..644f1fef 100644 --- a/Makefile +++ b/Makefile @@ -13,25 +13,10 @@ clean: test: gen-protos tox -codeformat: gen-protos - tox -e autoflake - tox -e autopep8 - tox -e isort - tox -e black - itest: ./itests/run_itest.sh -coverage: - tox -e coverage - -mypy: gen-protos - tox -e mypy - -run: gen-protos - tox -e run - gen-protos: tox -e setup -.PHONY: all clean test itest coverage mypy run +.PHONY: all clean test itest gen-protos