test(shared): add bandit linter check
This commit is contained in:
parent
c7332db8ed
commit
a26f3824bb
|
@ -5,9 +5,10 @@ include ../tools/python.mk
|
||||||
PIP_INSTALL = --editable .[dev]
|
PIP_INSTALL = --editable .[dev]
|
||||||
PYLINT_ARG = libretime_shared tests
|
PYLINT_ARG = libretime_shared tests
|
||||||
MYPY_ARG = libretime_shared
|
MYPY_ARG = libretime_shared
|
||||||
|
BANDIT_ARG := libretime_shared
|
||||||
PYTEST_ARG = --cov=libretime_shared tests
|
PYTEST_ARG = --cov=libretime_shared 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