diff --git a/playout/Makefile b/playout/Makefile index 267663997..e3a0c4998 100644 --- a/playout/Makefile +++ b/playout/Makefile @@ -7,7 +7,7 @@ PIP_INSTALL := \ --editable ../api-client \ --editable ../shared \ --editable .[dev] -PYLINT_ARG := libretime_playout tests || true +PYLINT_ARG := libretime_playout tests MYPY_ARG := libretime_playout tests || true BANDIT_ARG := libretime_playout || true