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 := \
|
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
|
||||||
|
|
Loading…
Reference in New Issue