chore: rename api_client to api-client (#1727)
This commit is contained in:
parent
e623c1f0df
commit
fef38fb131
20 changed files with 6 additions and 6 deletions
14
api-client/Makefile
Normal file
14
api-client/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
all: lint test
|
||||
|
||||
include ../tools/python.mk
|
||||
|
||||
PIP_INSTALL := --editable .[dev]
|
||||
PYLINT_ARG := libretime_api_client tests || true
|
||||
MYPY_ARG := libretime_api_client tests || true
|
||||
BANDIT_ARG := libretime_api_client || true
|
||||
PYTEST_ARG := --cov=libretime_api_client tests
|
||||
|
||||
format: .format
|
||||
lint: .format-check .pylint .mypy .bandit
|
||||
test: .pytest
|
||||
clean: .clean
|
Loading…
Add table
Add a link
Reference in a new issue