test(playout): allow pylint failure
This commit is contained in:
parent
b17ff4afad
commit
9f92ed95b4
|
@ -7,7 +7,7 @@ PIP_INSTALL := \
|
||||||
--editable ../api-client \
|
--editable ../api-client \
|
||||||
--editable ../shared \
|
--editable ../shared \
|
||||||
--editable .[dev]
|
--editable .[dev]
|
||||||
PYLINT_ARG := libretime_playout tests || true
|
PYLINT_ARG := libretime_playout tests
|
||||||
MYPY_ARG := libretime_playout tests || true
|
MYPY_ARG := libretime_playout tests || true
|
||||||
BANDIT_ARG := libretime_playout || true
|
BANDIT_ARG := libretime_playout || true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue