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 .
|
PIP_INSTALL := --editable .
|
||||||
PYLINT_ARG := libretime_api_client tests || true
|
PYLINT_ARG := libretime_api_client tests || true
|
||||||
MYPY_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
|
PYTEST_ARG := --cov=libretime_api_client tests
|
||||||
|
|
||||||
format: .format
|
format: .format
|
||||||
lint: .format-check .pylint .mypy
|
lint: .format-check .pylint .mypy .bandit
|
||||||
test: .pytest
|
test: .pytest
|
||||||
clean: .clean
|
clean: .clean
|
||||||
|
|
Loading…
Reference in New Issue