diff --git a/api-client/Makefile b/api-client/Makefile index aafa65422..a37a9b0df 100644 --- a/api-client/Makefile +++ b/api-client/Makefile @@ -5,9 +5,9 @@ include ../tools/python.mk PIP_INSTALL := \ --editable ../shared \ --editable .[dev] -PYLINT_ARG := libretime_api_client tests || true -MYPY_ARG := libretime_api_client tests || true -BANDIT_ARG := libretime_api_client || true +PYLINT_ARG := libretime_api_client tests +MYPY_ARG := libretime_api_client tests +BANDIT_ARG := libretime_api_client format: .format lint: .format-check .pylint .mypy .bandit