test(playout): add bandit linter check
This commit is contained in:
parent
8a11a583ff
commit
90e0bcb6f8
|
@ -5,7 +5,8 @@ include ../tools/python.mk
|
|||
PIP_INSTALL := --editable .[dev]
|
||||
PYLINT_ARG := libretime_liquidsoap libretime_playout || true
|
||||
MYPY_ARG := libretime_liquidsoap libretime_playout || true
|
||||
BANDIT_ARG := libretime_liquidsoap libretime_playout || true
|
||||
|
||||
format: .format
|
||||
lint: .format-check .pylint .mypy
|
||||
lint: .format-check .pylint .mypy .bandit
|
||||
clean: .clean
|
||||
|
|
Loading…
Reference in New Issue