chore: fixes after libretime_api rename

This commit is contained in:
jo 2021-12-24 00:04:30 +01:00 committed by Kyle Robbertze
parent 6de242db65
commit e84137a8ee
14 changed files with 50 additions and 50 deletions

View file

@ -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