diff --git a/shared/Makefile b/shared/Makefile index 267e8db82..f044615c2 100644 --- a/shared/Makefile +++ b/shared/Makefile @@ -8,6 +8,6 @@ MYPY_ARG = libretime_shared PYTEST_ARG = --cov=libretime_shared tests format: .format -lint: .pylint .mypy +lint: .format-check .pylint .mypy test: .pytest clean: .clean