chore: fixes after libretime_api rename
This commit is contained in:
parent
6de242db65
commit
e84137a8ee
14 changed files with 50 additions and 50 deletions
|
@ -3,8 +3,8 @@ all: lint
|
|||
include ../tools/python.mk
|
||||
|
||||
PIP_INSTALL := --editable .[dev]
|
||||
PYLINT_ARG := libretimeapi
|
||||
MYPY_ARG := libretimeapi
|
||||
PYLINT_ARG := libretime_api
|
||||
MYPY_ARG := libretime_api
|
||||
|
||||
format: .format
|
||||
lint: .format-check .pylint .mypy
|
||||
|
@ -12,4 +12,4 @@ clean: .clean
|
|||
|
||||
test: $(VENV)
|
||||
source $(VENV)/bin/activate
|
||||
LIBRETIME_DEBUG=True $(VENV)/bin/libretime-api test libretimeapi
|
||||
LIBRETIME_DEBUG=True $(VENV)/bin/libretime-api test libretime_api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue