test(api-client): allow linters failure

This commit is contained in:
jo 2023-03-21 14:29:19 +01:00 committed by Kyle Robbertze
parent 6ab407a23a
commit 0ec2c7fd54
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ include ../tools/python.mk
PIP_INSTALL := \ PIP_INSTALL := \
--editable ../shared \ --editable ../shared \
--editable .[dev] --editable .[dev]
PYLINT_ARG := libretime_api_client tests || true PYLINT_ARG := libretime_api_client tests
MYPY_ARG := libretime_api_client tests || true MYPY_ARG := libretime_api_client tests
BANDIT_ARG := libretime_api_client || true BANDIT_ARG := libretime_api_client
format: .format format: .format
lint: .format-check .pylint .mypy .bandit lint: .format-check .pylint .mypy .bandit