test(api-client): allow linters failure
This commit is contained in:
parent
6ab407a23a
commit
0ec2c7fd54
|
@ -5,9 +5,9 @@ include ../tools/python.mk
|
|||
PIP_INSTALL := \
|
||||
--editable ../shared \
|
||||
--editable .[dev]
|
||||
PYLINT_ARG := libretime_api_client tests || true
|
||||
MYPY_ARG := libretime_api_client tests || true
|
||||
BANDIT_ARG := libretime_api_client || true
|
||||
PYLINT_ARG := libretime_api_client tests
|
||||
MYPY_ARG := libretime_api_client tests
|
||||
BANDIT_ARG := libretime_api_client
|
||||
|
||||
format: .format
|
||||
lint: .format-check .pylint .mypy .bandit
|
||||
|
|
Loading…
Reference in New Issue