sintonia/python_apps/pypo/Makefile
2021-09-10 15:14:48 +02:00

10 lines
168 B
Makefile

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