test(api_client): add bandit linter check
This commit is contained in:
parent
924b7f8f46
commit
8a11a583ff
|
@ -5,9 +5,10 @@ include ../tools/python.mk
|
|||
PIP_INSTALL := --editable .
|
||||
PYLINT_ARG := libretime_api_client tests || true
|
||||
MYPY_ARG := libretime_api_client tests || true
|
||||
BANDIT_ARG := libretime_api_client || true
|
||||
PYTEST_ARG := --cov=libretime_api_client tests
|
||||
|
||||
format: .format
|
||||
lint: .format-check .pylint .mypy
|
||||
lint: .format-check .pylint .mypy .bandit
|
||||
test: .pytest
|
||||
clean: .clean
|
||||
|
|
Loading…
Reference in New Issue