chore(api): don't scan tests files with bandit (#1989)
This commit is contained in:
parent
6dfd4dd086
commit
2b973b2695
|
@ -5,7 +5,7 @@ include ../tools/python.mk
|
|||
PIP_INSTALL := --editable .[dev]
|
||||
PYLINT_ARG := libretime_api
|
||||
MYPY_ARG := libretime_api
|
||||
BANDIT_ARG := libretime_api || true
|
||||
BANDIT_ARG := --exclude '*/tests/*' libretime_api || true
|
||||
|
||||
format: .format
|
||||
lint: .format-check .pylint .mypy .bandit
|
||||
|
|
Loading…
Reference in New Issue