test(worker): add bandit linter check
This commit is contained in:
parent
a26f3824bb
commit
07c0029d65
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ include ../tools/python.mk
|
||||||
PIP_INSTALL := --editable .
|
PIP_INSTALL := --editable .
|
||||||
PYLINT_ARG := libretime_worker || true
|
PYLINT_ARG := libretime_worker || true
|
||||||
MYPY_ARG := libretime_worker || true
|
MYPY_ARG := libretime_worker || true
|
||||||
|
BANDIT_ARG := libretime_worker || true
|
||||||
|
|
||||||
format: .format
|
format: .format
|
||||||
lint: .format-check .pylint .mypy
|
lint: .format-check .pylint .mypy .bandit
|
||||||
clean: .clean
|
clean: .clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue