chore(analyzer): add bandit linter to analyzer
This commit is contained in:
parent
98cbbab4ad
commit
a73dacc6b5
|
@ -5,10 +5,11 @@ include ../tools/python.mk
|
||||||
PIP_INSTALL := --editable .[dev]
|
PIP_INSTALL := --editable .[dev]
|
||||||
PYLINT_ARG := libretime_analyzer tests || true
|
PYLINT_ARG := libretime_analyzer tests || true
|
||||||
MYPY_ARG := libretime_analyzer tests || true
|
MYPY_ARG := libretime_analyzer tests || true
|
||||||
|
BANDIT_ARG := libretime_analyzer || true
|
||||||
PYTEST_ARG := --cov=libretime_analyzer tests
|
PYTEST_ARG := --cov=libretime_analyzer tests
|
||||||
|
|
||||||
format: .format
|
format: .format
|
||||||
lint: .format-check .pylint .mypy
|
lint: .format-check .pylint .mypy .bandit
|
||||||
|
|
||||||
fixtures:
|
fixtures:
|
||||||
bash tests/fixtures/generate.sh
|
bash tests/fixtures/generate.sh
|
||||||
|
|
Loading…
Reference in New Issue