sintonia/api/Makefile

11 lines
159 B
Makefile

all: lint
include ../tools/python.mk
PIP_INSTALL := --editable .[dev]
PYLINT_ARG := libretimeapi
MYPY_ARG := libretimeapi
lint: .pylint .mypy
clean: .clean