chore(analyzer): add bandit linter to analyzer

This commit is contained in:
jo 2022-02-14 09:35:49 +01:00 committed by Kyle Robbertze
parent 98cbbab4ad
commit a73dacc6b5
1 changed files with 2 additions and 1 deletions

View File

@ -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